共用方式為


FontInformation.CharSet Property

Definition

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

Applies to