Class ToolBarBand
Inheritance
System.Object
ToolBarBand
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Shared.Wpf.dll
Syntax
public class ToolBarBand
Constructors
ToolBarBand(ToolBarTrayAdv)
Initializes the new instance of ToolBarBand
Declaration
public ToolBarBand(ToolBarTrayAdv trayAdv)
Parameters
Type | Name | Description |
---|---|---|
ToolBarTrayAdv | trayAdv |
Properties
BandNo
Gets or Sets the BandNo
Declaration
public int BandNo { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | returns the value |
BoundingRectangle
Gets or Sets the value of BoundingRectangle
Declaration
public Rect BoundingRectangle { get; }
Property Value
Type | Description |
---|---|
System.Windows.Rect | returns the height and width of rectangle |
Size
Gets or sets the Size of Double
Declaration
public double Size { get; set; }
Property Value
Type | Description |
---|---|
System.Double | returns the double value |
Methods
CorrectOrder()
Arrange the order of ToolBar
Declaration
public void CorrectOrder()
GetPosition(Double)
Returns index of the ToolBar by specifying the x cordinate.
Declaration
public int GetPosition(double xPos)
Parameters
Type | Name | Description |
---|---|---|
System.Double | xPos | indicates the double value |
Returns
Type |
---|
System.Int32 |
Insert(ToolBarAdv)
Inserts the Toolbar
Declaration
public void Insert(ToolBarAdv toolBar)
Parameters
Type | Name | Description |
---|---|---|
ToolBarAdv | toolBar |
InsertAt(Int32, ToolBarAdv)
Inserts tool bar at the specified index
Declaration
public void InsertAt(int pos, ToolBarAdv bar)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | pos | |
ToolBarAdv | bar |
Remove(ToolBarAdv)
Removes the toolbar
Declaration
public void Remove(ToolBarAdv bar)
Parameters
Type | Name | Description |
---|---|---|
ToolBarAdv | bar |