Class DrawerFooter
Class for Footer Item
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class DrawerFooter : DrawerMenuItem
Constructors
DrawerFooter()
Constructor
Declaration
public DrawerFooter()
Properties
HeaderImage
Gets/Sets the HeaderImage
Declaration
public Image HeaderImage { get; set; }
Property Value
Type |
---|
System.Drawing.Image |
HeaderText
Gets/Sets the HeaderText
Declaration
public string HeaderText { get; set; }
Property Value
Type |
---|
System.String |
Image
Gets / Sets the DrawerMenuItem Image
Declaration
public override Image Image { get; set; }
Property Value
Type |
---|
System.Drawing.Image |
Overrides
Remarks
Image property will be set only for DrawerMenuItem. Use HeaderImage property for setting image for the DrawerFooter
TextAlign
Gets/Sets the TextAlignment
Declaration
public TextAlignment TextAlign { get; set; }
Property Value
Type |
---|
TextAlignment |
TextImageRelation
Gets/Sets the TextImageRelation
Declaration
public TextImageRl TextImageRelation { get; set; }
Property Value
Type |
---|
TextImageRl |
Methods
CreateAccessibilityInstance()
Declaration
protected override AccessibleObject CreateAccessibilityInstance()
Returns
Type |
---|
System.Windows.Forms.AccessibleObject |
Overrides
OnPaint(PaintEventArgs)
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.PaintEventArgs | e |
Overrides
ResetTextAlign()
Resets the TextAlign
Declaration
public void ResetTextAlign()
ResetTextImageRelation()
Resets the TextAlign
Declaration
public void ResetTextImageRelation()
ShouldSerializeTextAlign()
Serialize the TextAlignt
Declaration
public bool ShouldSerializeTextAlign()
Returns
Type | Description |
---|---|
System.Boolean | Returns true if the TextAlingment is Left |
ShouldSerializeTextImageRelation()
Serialize the TextAlignt
Declaration
public bool ShouldSerializeTextImageRelation()
Returns
Type | Description |
---|---|
System.Boolean | Returns true if the TextAlingment is Left |