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

속성 값

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

적용 대상