WinForms › Office Window › WindowEdgeCornerRadius
WindowEdgeCornerRadius
class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.Windows
Data class for holding the information for specifying the window chrome's WindowEdgeCornerRadius property.
public sealed class WindowEdgeCornerRadius
Members at a glance
WindowEdgeCornerRadius | Initializes a new instance of the WindowEdgeCornerRadius class with the two radii that round a window corner. |
XFactor | Gets or sets the X factor. |
YFactor | Gets or sets the Y factor. |
ToString | Returns a short description of this WindowEdgeCornerRadius, which is what the designer shows for the property. |
Constructors
WindowEdgeCornerRadius
public WindowEdgeCornerRadius(int xFactor, int yFactor)
Initializes a new instance of the WindowEdgeCornerRadius class with the two radii that round a window corner.
- xFactor
- The horizontal radius.
- yFactor
- The vertical radius.
Properties
XFactor
public int XFactor
Gets or sets the X factor.
YFactor
public int YFactor
Gets or sets the Y factor.
Methods
ToString
public override string ToString()
Returns a short description of this WindowEdgeCornerRadius, which is what the designer shows for the property.