AreaFieldCornerRadius Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Structure that represents four floating-point values indicating the corner radii of the AreaField.
public value class AreaFieldCornerRadius
public struct AreaFieldCornerRadius
type AreaFieldCornerRadius = struct
Public Structure AreaFieldCornerRadius
- Inheritance
-
AreaFieldCornerRadius
Constructors
AreaFieldCornerRadius(Single, Single, Single, Single) |
Construct an AreaFieldCornerRadius with the given radius values. |
AreaFieldCornerRadius(Single) |
Construct an AreaFieldCornerRadius with the given radius value. All four corner radii are initialized to this value. |
Properties
NorthEastCornerRadius |
North East Corner Radius |
NorthWestCornerRadius |
North West Corner Radius |
SouthEastCornerRadius |
South East Corner Radius |
SouthWestCornerRadius |
South West Corner Radius |
Methods
Equals(Object) |
Tests whether given object is an AreaFieldCornerRadius with the same radii. |
GetHashCode() |
Gets the hash code for this AreaFieldCornerRadius structure. |
Operators
Equality(AreaFieldCornerRadius, AreaFieldCornerRadius) |
Tests whether two AreaFieldCornerRadius structures have equal radii. |
Inequality(AreaFieldCornerRadius, AreaFieldCornerRadius) |
Tests whether two AreaFieldCornerRadius structures have different radii. |