Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CrescentShape Class / region Field


In This Topic
    region Field (CrescentShape)
    In This Topic
    Specifies the region of the object container.
    Syntax
    'Declaration
     
    
    Protected region As Region
    'Usage
     
    
    Dim instance As CrescentShape
    Dim value As Region
     
    value = instance.region
     
    instance.region = value
    protected Region region
    See Also