SizeRequest 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.
Struct that defines minimum and maximum Sizes.
[System.Diagnostics.DebuggerDisplay("Request={Request.Width}x{Request.Height}, Minimum={Minimum.Width}x{Minimum.Height}")]
public struct SizeRequest
type SizeRequest = struct
- Inheritance
-
System.ValueTypeSizeRequest
- Attributes
-
System.Diagnostics.DebuggerDisplayAttribute
Constructors
SizeRequest(Size, Size) |
Creates a new SizeRequest object that requests at least the size |
SizeRequest(Size) |
Creates a new SizeRequest with the specified |
Properties
Minimum |
The minimum acceptable size. |
Request |
The requested size. |
Methods
ToString() |
Returns a string representation of the size request. |