Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadCameraShape Class / Size Property


In This Topic
    Size Property (SpreadCameraShape)
    In This Topic
    Gets or sets the size of the object.
    Syntax
    'Declaration
     
    
    Public Overrides Property Size As Size
    'Usage
     
    
    Dim instance As SpreadCameraShape
    Dim value As Size
     
    instance.Size = value
     
    value = instance.Size
    public override Size Size {get; set;}
    See Also