The Offsets type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
Offsets(String) |
Initializes a new instance of the Offsets structure,
assigning a single value to all four offset properties.
|
![]() |
Offsets(Unit) |
Initializes a new instance of the Offsets structure,
assigning a single value to all four offset properties.
|
![]() |
Offsets(String, String, String, String) |
Methods
Name | Description | |
---|---|---|
![]() |
Equals |
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.) |
![]() |
GetHashCode |
Returns the hash code for this instance.
(Inherited from ValueType.) |
![]() |
ToString |
Returns the fully qualified type name of this instance.
(Inherited from ValueType.) |
Properties
Name | Description | |
---|---|---|
![]() |
All |
Sets all four offset values.
|
![]() |
Bottom |
Gets or sets the bottom offset value.
|
![]() |
BottomExpr |
Gets or sets the expression used to calculate Bottom.
|
![]() |
Left |
Gets or sets the left offset value.
|
![]() |
LeftExpr |
Gets or sets the expression used to calculate Left.
|
![]() |
Right |
Gets or sets the right offset value.
|
![]() |
RightExpr |
Gets or sets the expression used to calculate Right.
|
![]() |
Top |
Gets or sets the top offset value.
|
![]() |
TopExpr |
Gets or sets the expression used to calculate Top.
|