Gets or sets the length (Widht/Height) of the
ContainerControl in the docked state.
public int AutoHidePanelDockedLength {get; set;}
'Declaration
Public Property AutoHidePanelDockedLength As Integer
'Usage
Dim instance As StudiesChronologicalSequenceBuilder
Dim value As Integer
instance.AutoHidePanelDockedLength = value
value = instance.AutoHidePanelDockedLength
public: __property int get_AutoHidePanelDockedLength();
public: __property void set_AutoHidePanelDockedLength(
int value
);
public:
property int AutoHidePanelDockedLength {
int get();
void set ( int value);
}
Property Value
The length (Widht/Height) of the
ContainerControl in the docked state.