The FrameThickness type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FrameThickness(Double) |
Initializes a new instance of the FrameThickness class with a specified uniform length on each side of the frame.
|
![]() | FrameThickness(Double, Double, Double, Double) |
Initializes a new instance of the FrameThickness class with the specified length for each side of the frame.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Overrides ValueType..::..Equals(Object).) |
![]() | Equals(FrameThickness) | |
![]() | GetHashCode | (Overrides ValueType..::..GetHashCode()()()().) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | ToString()()()() |
Converts the FrameThickness object to a string representation, using the current CultureInfo.
(Overrides ValueType..::..ToString()()()().) |
![]() | ToString(CultureInfo) |
Converts the FrameThickness object to a string representation, using the specified CultureInfo.
|
Operators
Name | Description | |
---|---|---|
![]() ![]() | Equality | |
![]() ![]() | Inequality |
Properties
Name | Description | |
---|---|---|
![]() | Bottom |
Gets or sets the width of the lower side of the frame. Default value is 0 (zero)
|
![]() | Left |
Gets or sets the width of the left side of the frame. Default value is 0 (zero)
|
![]() | Right |
Gets or sets the width of the right side of the frame. Default value is 0 (zero)
|
![]() | Top |
Gets or sets the width of the upper side of the frame. Default value is 0 (zero)
|