ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockPickerPart Class / IsOuter Property

In This Topic
    IsOuter Property (C1DockPickerPart)
    In This Topic
    Gets or sets a value that determines whether the picker part signals that the desired position is relative to the whole C1DockControl.
    Syntax
    'Declaration
     
    Public Property IsOuter As Boolean
    public bool IsOuter {get; set;}
    See Also