SplitterLength Struct

Definition

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)

Microsoft internal use only.

SplitterLength(Double, SplitterUnitType)

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.

Applies to