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


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