Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / DrawingObject Class / Placement Property


In This Topic
    Placement Property (DrawingObject)
    In This Topic
    Get the placement of the drawing object.
    Syntax
    'Declaration
     
    
    Public Overridable Property Placement As Placement
    'Usage
     
    
    Dim instance As DrawingObject
    Dim value As Placement
     
    instance.Placement = value
     
    value = instance.Placement
    public virtual Placement Placement {get; set;}
    See Also