SplitterLength Members

Include Protected Members
Include Inherited Members

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.

The SplitterLength type exposes the following members.

Constructors

  Name Description
Public method SplitterLength(Double)
Public method SplitterLength(Double, SplitterUnitType)

Top

Methods

  Name Description
Public method Equals(Object) (Overrides ValueType.Equals(Object).)
Public method Equals(SplitterLength)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode (Overrides ValueType.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString (Overrides ValueType.ToString().)

Top

Operators

  Name Description
Public operatorStatic member Equality
Public operatorStatic member Inequality

Top

Properties

  Name Description
Public property IsFill
Public property IsStretch
Public property SplitterUnitType
Public property Value

Top

See Also

Reference

SplitterLength Structure

Microsoft.VisualStudio.PlatformUI Namespace