Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / MeasureCommandEventArgs Class / TextSize Property


In This Topic
    TextSize Property
    In This Topic
    Gets/sets the size of the text rect for the command.
    Syntax
    'Declaration
     
    
    Public Property TextSize As System.Drawing.Size
    'Usage
     
    
    Dim instance As MeasureCommandEventArgs
    Dim value As System.Drawing.Size
     
    instance.TextSize = value
     
    value = instance.TextSize
    public System.Drawing.Size TextSize {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