CanvasFontSet.GetPropertyValues Method (UInt32, CanvasFontPropertyIdentifier) |
Returns the property values of a specific font item index.
Namespace:
Microsoft.Graphics.Canvas.Text
Assembly:
Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntaxpublic IReadOnlyDictionary<string, string> GetPropertyValues(
uint fontIndex,
CanvasFontPropertyIdentifier propertyIdentifier
)
Parameters
- fontIndex
- Type: System.UInt32
- propertyIdentifier
- Type: Microsoft.Graphics.Canvas.Text.CanvasFontPropertyIdentifier
Return Value
Type:
IReadOnlyDictionary<String,
String>
See Also