Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / ShapeStateEventArgs Class / Layout Property


In This Topic
    Layout Property
    In This Topic
    Gets a boolean value indicating whether the shape's layout is changed.
    Syntax
    'Declaration
     
    
    Public Property Layout As Boolean
    'Usage
     
    
    Dim instance As ShapeStateEventArgs
    Dim value As Boolean
     
    instance.Layout = value
     
    value = instance.Layout
    public bool Layout {get; set;}
    See Also