SplitterLength Structure

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.

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
<TypeConverterAttribute(GetType(SplitterLengthConverter))> _
Public Structure SplitterLength _
    Implements IEquatable(Of SplitterLength)
‘사용 방법
Dim instance As SplitterLength
[TypeConverterAttribute(typeof(SplitterLengthConverter))]
public struct SplitterLength : IEquatable<SplitterLength>
[TypeConverterAttribute(typeof(SplitterLengthConverter))]
public value class SplitterLength : IEquatable<SplitterLength>
[<SealedAttribute>]
[<TypeConverterAttribute(typeof(SplitterLengthConverter))>]
type SplitterLength =  
    struct
        interface IEquatable<SplitterLength>
    end
JScript supports the use of structures, but not the declaration of new ones.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SplitterLength Members

Microsoft.VisualStudio.PlatformUI Namespace