Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / RichTextLayout Class / Size Property


In This Topic
    Size Property (RichTextLayout)
    In This Topic
    Gets the displayed size of rich text.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Size As SizeInt
    'Usage
     
    
    Dim instance As RichTextLayout
    Dim value As SizeInt
     
    value = instance.Size
    public SizeInt Size {get;}
    See Also