The FrameThickness type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| FrameThickness()()()() |
Initializes a new instance of the FrameThickness class.
| |
| 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 Object..::..Equals(Object).) | |
| Equals(FrameThickness) | ||
| GetHashCode | (Overrides Object..::..GetHashCode()()()().) | |
| ToString()()()() |
Converts the FrameThickness object to a string representation, using the current CultureInfo.
(Overrides Object..::..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)
|
Events
| Name | Description | |
|---|---|---|
| PropertyChanged |
Occurs when a property value changes.
|