Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DataValidationNote Class / Rectangle Property


In This Topic
    Rectangle Property (DataValidationNote)
    In This Topic
    Gets the rectangular coordinates of the element.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property Rectangle As Rectangle
    'Usage
     
    
    Dim instance As DataValidationNote
    Dim value As Rectangle
     
    value = instance.Rectangle
    public override Rectangle Rectangle {get;}

    Property Value

    The rectangle.
    See Also