FontDescription.CharSet Property
Gets or sets the character set for the font.
Namespace: Microsoft.WindowsMobile.DirectX.Direct3D
Assembly: Microsoft.WindowsMobile.DirectX (in microsoft.windowsmobile.directx.dll)
'Declaration
Public Property CharSet As CharacterSet
'Usage
Dim instance As FontDescription
Dim value As CharacterSet
value = instance.CharSet
instance.CharSet = value
public CharacterSet CharSet { get; set; }
public:
property CharacterSet CharSet {
CharacterSet get ();
void set (CharacterSet value);
}
/** @property */
public CharacterSet get_CharSet ()
/** @property */
public void set_CharSet (CharacterSet value)
public function get CharSet () : CharacterSet
public function set CharSet (value : CharacterSet)
Not applicable.
A CharacterSet enumeration that represents the character set associated with the font.
Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.
Supported in: 2.0
FontDescription Structure
FontDescription Members
Microsoft.WindowsMobile.DirectX.Direct3D Namespace