Sdílet prostřednictvím


FontColorEntry.FontFlags Property

Definition

App specific options for font options

public:
 property Nullable<System::UInt32> FontFlags { Nullable<System::UInt32> get(); void set(Nullable<System::UInt32> value); };
public uint? FontFlags { get; set; }
member this.FontFlags : Nullable<uint32> with get, set
Public Property FontFlags As Nullable(Of UInteger)

Property Value

Remarks

Under Visual Studio context, this represents FONTFLAGS and/or _FCFONTFLAGS

Applies to