InsetsF Class
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.
Represents inset distances from the four edges of a rectangle using single-precision floating-point values.
public ref class InsetsF
public class InsetsF
type InsetsF = class
Public Class InsetsF
- Inheritance
-
InsetsF
Constructors
| InsetsF(InsetsF) |
Initializes a new instance of the InsetsF class by copying the values from another instance. |
| InsetsF(Single, Single, Single, Single) |
Initializes a new instance of the InsetsF class with the specified values. |
Properties
| Bottom | |
| Horizontal |
The sum of the left and right insets. |
| Left | |
| Right | |
| Top | |
| Vertical |
The sum of the top and bottom insets. |
Methods
| AllValuesAreEqualTo(Single) | |
| Equals(Object) | |
| GetHashCode() | |
| Parse(String) | |
| ToParsableString() | |
| ToString() |