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


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