Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / ImageDrawing Class / VerticalClipped Property


In This Topic
    VerticalClipped Property (ImageDrawing)
    In This Topic
    Gets a boolean value indicating whether the geometry is clipped vertically by its parent's boundaries.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property VerticalClipped As Boolean
    'Usage
     
    
    Dim instance As ImageDrawing
    Dim value As Boolean
     
    value = instance.VerticalClipped
    public bool VerticalClipped {get;}
    See Also