TreeView for WinForms | ComponentOne
C1.Win.Interop Namespace / Thickness Structure
Members

In This Topic
    Thickness Structure
    In This Topic
    Describes the thickness of a frame around a rectangle. Four double values describe the Thickness.Left, Thickness.Top, Thickness.Right, and Thickness.Bottom sides of the rectangle, respectively.
    Syntax
    'Declaration
     
    
    Public Structure Thickness 
       Inherits System.ValueType
    public struct Thickness : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          C1.Win.Interop.Thickness

    See Also