SplitterMeasureData.AttachedLength Property
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.
Gets or sets the SplitterLength associated with the UIElement.
public:
property Microsoft::VisualStudio::PlatformUI::SplitterLength AttachedLength { Microsoft::VisualStudio::PlatformUI::SplitterLength get(); void set(Microsoft::VisualStudio::PlatformUI::SplitterLength value); };
public Microsoft.VisualStudio.PlatformUI.SplitterLength AttachedLength { get; set; }
member this.AttachedLength : Microsoft.VisualStudio.PlatformUI.SplitterLength with get, set
Public Property AttachedLength As SplitterLength