SplitterLength 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.
Length unit similar to GridLength. Lengths of type Stretch use a desired amount of space (in device units) equal to their Value, but stretch to fit the parent control if there are no Fill elements. Fill elements use space remaining after Stretch elements are allocated space, maintaining ratios of values between elements.
public value class SplitterLength : IEquatable<Microsoft::VisualStudio::PlatformUI::SplitterLength>
[System.ComponentModel.TypeConverter(typeof(Microsoft.VisualStudio.PlatformUI.SplitterLengthConverter))]
public struct SplitterLength : IEquatable<Microsoft.VisualStudio.PlatformUI.SplitterLength>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.VisualStudio.PlatformUI.SplitterLengthConverter))>]
type SplitterLength = struct
Public Structure SplitterLength
Implements IEquatable(Of SplitterLength)
- Inheritance
-
SplitterLength
- Attributes
- Implements
Constructors
SplitterLength(Double, SplitterUnitType) |
Microsoft internal use only. |
SplitterLength(Double) |
Microsoft internal use only. |
Properties
IsFill |
Microsoft internal use only. |
IsStretch |
Microsoft internal use only. |
SplitterUnitType |
Microsoft internal use only. |
Value |
Microsoft internal use only. |
Methods
Equals(Object) |
Microsoft internal use only. |
Equals(SplitterLength) |
Microsoft internal use only. |
GetHashCode() |
Microsoft internal use only. |
ToString() |
Microsoft internal use only. |
Operators
Equality(SplitterLength, SplitterLength) |
Microsoft internal use only. |
Inequality(SplitterLength, SplitterLength) |
Microsoft internal use only. |