Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / Sizing Enumeration


In This Topic
    Sizing Enumeration
    In This Topic
    Specifies the sizing aspects of the object.
    Syntax
    'Declaration
     
    <FlagsAttribute()>
    Public Enum Sizing 
       Inherits System.Enum
    'Usage
     
    Dim instance As Sizing
    [Flags()]
    public enum Sizing : System.Enum 
    Members
    MemberDescription
    HeightAllows user to size the height of the object
    HeightAndWidthAllows user to size both the height and width of the object
    NoneDoes not allow user sizing
    WidthAllows user to size the width of the object
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Drawing.Sizing

    See Also