menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HelperTextBlockStyle - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HelperTextBlockStyle

    Text Block Style Helper.

    Inheritance
    System.Object
    HelperTextBlockStyle
    Implements
    IBaseHelper
    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.Diagram
    Assembly: Syncfusion.Diagram.Utility.Windows.dll
    Syntax
    public class HelperTextBlockStyle : IBaseHelper

    Constructors

    HelperTextBlockStyle()

    Initializes a new instance of the HelperTextBlockStyle class.

    Declaration
    public HelperTextBlockStyle()

    Properties

    InheritedFrom

    Gets or sets the inherited value.

    Declaration
    public int InheritedFrom { get; set; }
    Property Value
    Type
    System.Int32

    SearchFor

    Gets the search.

    Declaration
    public string SearchFor { get; }
    Property Value
    Type
    System.String

    TextBackground

    Gets or sets the text background.

    Declaration
    public Color TextBackground { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    The text background.

    Methods

    Appliable(Int32)

    Appliables the specified appliable.

    Declaration
    public void Appliable(int Appliable)
    Parameters
    Type Name Description
    System.Int32 Appliable

    The appliable.

    ApplyStyle(INode)

    Applies the style.

    Declaration
    public void ApplyStyle(INode node)
    Parameters
    Type Name Description
    INode node

    The node.

    Inherit(IBaseHelper)

    Inherits the specified base helper.

    Declaration
    public int Inherit(IBaseHelper hlpFromm)
    Parameters
    Type Name Description
    IBaseHelper hlpFromm

    The base helper.

    Returns
    Type Description
    System.Int32

    Base helper value.

    Implements

    IBaseHelper
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved