WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextItem

    Show / Hide Table of Contents

    Class TextItem

    This class enables to use Font properties of HubTile in Common

    Inheritance
    System.Object
    TextItem
    TextItemCollection
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Drawing.Font

    HubTile

    Declaration
    public HubTile HubTile { get; set; }
    Property Value
    Type Description
    HubTile

    Text

    Gets/ Sets text to be displayed in Top

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    TextColor

    Gets/Sets Title text forecolor

    Declaration
    public Color TextColor { get; set; }
    Property Value
    Type Description
    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 Description
    System.Boolean

    ShouldSerializeHubTile()

    Declaration
    public bool ShouldSerializeHubTile()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeText()

    Declaration
    public bool ShouldSerializeText()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeTextColor()

    Declaration
    public bool ShouldSerializeTextColor()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved