Class TextItem
This class enables to use Font properties of HubTile in Common
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.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TextItem
Constructors
TextItem()
This initialize HubTile Text item
Declaration
public TextItem()
Properties
Font
Gets/Sets TitleText Font
Declaration
public Font Font { get; set; }
Property Value
Type |
---|
System.Drawing.Font |
HubTile
Declaration
public HubTile HubTile { get; set; }
Property Value
Type |
---|
HubTile |
Text
Gets/ Sets text to be displayed in Top
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |
TextColor
Gets/Sets Title text forecolor
Declaration
public Color TextColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
ResetFont()
Declaration
public void ResetFont()
ResetHubTile()
Declaration
public void ResetHubTile()
ResetText()
Declaration
public void ResetText()
ResetTextColor()
Declaration
public void ResetTextColor()
ShouldSerializeFont()
Declaration
public bool ShouldSerializeFont()
Returns
Type |
---|
System.Boolean |
ShouldSerializeHubTile()
Declaration
public bool ShouldSerializeHubTile()
Returns
Type |
---|
System.Boolean |
ShouldSerializeText()
Declaration
public bool ShouldSerializeText()
Returns
Type |
---|
System.Boolean |
ShouldSerializeTextColor()
Declaration
public bool ShouldSerializeTextColor()
Returns
Type |
---|
System.Boolean |