Compartilhar via


SplitterMeasureData.AttachedLength Property

Microsoft internal use only.

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

Syntax

'Declaration
Public Property AttachedLength As SplitterLength
public SplitterLength AttachedLength { get; set; }
public:
property SplitterLength AttachedLength {
    SplitterLength get ();
    void set (SplitterLength value);
}
member AttachedLength : SplitterLength with get, set
function get AttachedLength () : SplitterLength 
function set AttachedLength (value : SplitterLength)

Property Value

Type: Microsoft.VisualStudio.PlatformUI.SplitterLength

.NET Framework Security

See Also

Reference

SplitterMeasureData Class

Microsoft.VisualStudio.PlatformUI Namespace