Title.DockingOffset Property

Definition

Gets or sets the positive or negative offset of the docked title position.

public:
 property int DockingOffset { int get(); void set(int value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public int DockingOffset { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.DockingOffset : int with get, set
Public Property DockingOffset As Integer

Property Value

An integer value that represents an offset of the docked title position.

Attributes

Applies to