Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / GeometryDrawing Class / VerticalClipped Property


In This Topic
VerticalClipped Property
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 GeometryDrawing
Dim value As Boolean
 
value = instance.VerticalClipped
See Also