ChartSerializer.IsResetWhenLoading 속성

정의

로드하기 전에 개체 속성을 기본값으로 다시 설정할지 여부를 나타내는 플래그를 가져오거나 설정합니다.

public:
 property bool IsResetWhenLoading { bool get(); void set(bool value); };
public bool IsResetWhenLoading { get; set; }
member this.IsResetWhenLoading : bool with get, set
Public Property IsResetWhenLoading As Boolean

속성 값

Boolean

로드하기 전에 개체 속성을 기본값으로 다시 설정하면 true이고, 그렇지 않으면 false입니다.

적용 대상