Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Size Structure
Fields Properties


In This Topic
    Size Structure Members
    In This Topic

    The following tables list the members exposed by Size.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the Size class with the specified dimensions.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Gets a Size structure that has a Height and Width value of 0.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the vertical component of this Size structure.  
    Public PropertyChecks whether this Size structure has width and height of 0. This property returns true when this Size structure has both a width and height of 0; otherwise, false.  
    Public PropertyGets or sets the horizontal component of this Size structure.  
    Top
    See Also