ChartSerializer.IsTemplateMode 속성

정의

차트 직렬 변환기가 템플릿 생성 모드에서 작동 중인지 여부를 나타내는 플래그를 가져오거나 설정합니다.

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

속성 값

Boolean

차트 직렬 변환기가 템플릿 생성 모드에서 작동 중이면 true이고, 그렇지 않으면 false입니다.

적용 대상