FontInformation.CharSet Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the character set of the font
public:
property System::Byte CharSet { System::Byte get(); void set(System::Byte value); };
public:
property byte CharSet { byte get(); void set(byte value); };
public byte CharSet { get; set; }
public byte CharSet { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
member this.CharSet : byte with get, set
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.CharSet : byte with get, set
Public Property CharSet As Byte
Property Value
- Attributes