Nevron .NET Vision
Nevron.GraphicsCore Namespace / NFontStyle Class / EmSize Property


In This Topic
    EmSize Property
    In This Topic
    The em size of the used font
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Font")>
    <System.ComponentModel.DescriptionAttribute("Controls the size of the text font.")>
    Public Property EmSize As NLength
    'Usage
     
    
    Dim instance As NFontStyle
    Dim value As NLength
     
    instance.EmSize = value
     
    value = instance.EmSize
    [System.ComponentModel.Category("Font")]
    [System.ComponentModel.Description("Controls the size of the text font.")]
    public NLength EmSize {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also