Glyphs.FontRenderingEmSize 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 em size used for rendering the Glyphs class.
public:
property double FontRenderingEmSize { double get(); void set(double value); };
[System.ComponentModel.TypeConverter("System.Windows.FontSizeConverter, PresentationFramework, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")]
public double FontRenderingEmSize { get; set; }
[System.ComponentModel.TypeConverter("System.Windows.FontSizeConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")]
public double FontRenderingEmSize { get; set; }
[<System.ComponentModel.TypeConverter("System.Windows.FontSizeConverter, PresentationFramework, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")>]
member this.FontRenderingEmSize : double with get, set
[<System.ComponentModel.TypeConverter("System.Windows.FontSizeConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")>]
member this.FontRenderingEmSize : double with get, set
Public Property FontRenderingEmSize As Double
Property Value
A Double value that represents the em size used for rendering.
- Attributes
Remarks
Dependency Property Information
Identifier field | FontRenderingEmSizeProperty |
Metadata properties set to true |
AffectsMeasure, AffectsRender |
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.