Spread Windows Forms 18
FarPoint.Win Assembly / FarPoint.Win.Text Namespace / DrawTextArgs Structure / RectangleCell Field


In This Topic
    RectangleCell Field
    In This Topic
    Syntax
    'Declaration
     
    
    Public RectangleCell As RectangleF
    'Usage
     
    
    Dim instance As DrawTextArgs
    Dim value As RectangleF
     
    value = instance.RectangleCell
     
    instance.RectangleCell = value
    public RectangleF RectangleCell
    See Also