Click or drag to resize
CanvasFontProperty Structure
Describes a localized string attribute of a font.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public struct CanvasFontProperty

The CanvasFontProperty type exposes the following members.

Fields
  NameDescription
Public fieldIdentifier
Indentifies which property of the font it is.
Public fieldLocale
Specifies the locale of a property value.
Public fieldValue
Specifies the value of the property.
Top
See Also