SdtCheckBox
CheckedStateFontName Property
|
Font name used for checked state.
Namespace:
Spire.Doc.Documents
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public string CheckedStateFontName { get; set; }
Public Property CheckedStateFontName As String
Get
Set
public:
property String^ CheckedStateFontName {
String^ get ();
void set (String^ value);
}
member CheckedStateFontName : string with get, set
Property Value
Type:
String
See Also