InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / Thickness Structure
Properties Methods


In This Topic
    Thickness Structure Members
    In This Topic

    The following tables list the members exposed by Thickness.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the thickness value for the bottom edge.  
    Public Propertystatic (Shared in Visual Basic)Provides a Thickness object with no thickness.  
    Public PropertyGets the combined thickness for the top and bottom edges.  
    Public PropertyReturns true if the Thickness object is empty.  
    Public PropertyGets or sets the thickness value for the left edge.  
    Public PropertyGets or sets the thickness value for the right edge.  
    Public PropertyGets or sets the thickness value for the top edge.  
    Public PropertyGets the combined thickness for the right and left edges.  
    Top
    Public Methods
     NameDescription
    Public MethodDeflates the specified System.Drawing.Rectangle by the current Thickness.  
    Public MethodDeflates the specified System.Drawing.Rectangle by the current Thickness with RightToLeft layout.  
    Public MethodDetermines whether the value of the specified object is equivalent to the current Thickness.  
    Public MethodGenerates a hash code for the current Thickness.  
    Public MethodOverloaded. Inflates the current Thickness by the specified values.  
    Public MethodInflates the specified System.Drawing.Rectangle by the current Thickness with RightToLeft layout.  
    Public MethodSwaps the values of the Left and Right properties.  
    Public MethodReturns a string that represents the current Thickness.  
    Top
    Public Operators
    Tests whether two specified Thickness objects are equivalent.
    Overloaded. Converts an System.Int32 into a Thickness.
    Tests whether two specified Thickness objects are not equivalent.
    Top
    See Also