For internal use only. Not for customer use.
Indicates the position of a child object within a parent.
This property is only used if the parent of this element is a DockPanel.
Namespace: Ico.GwxAssembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public Dock Dock { get; set; } |
| Visual Basic |
|---|
Public Property Dock As Dock Get Set |
| JScript |
|---|
function get Dock () : Dock function set Dock (value : Dock) |