menu

WinForms

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

    Show / Hide Table of Contents

    Class HelperLineStyle

    Line Style helper

    Inheritance
    System.Object
    HelperLineStyle
    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 HelperLineStyle : IBaseHelper

    Constructors

    HelperLineStyle()

    Initializes a new instance of the HelperLineStyle class.

    Declaration
    public HelperLineStyle()

    Fields

    m_nInheritedFrom

    Declaration
    public int m_nInheritedFrom
    Field Value
    Type
    System.Int32

    Properties

    InheritedFrom

    Gets or sets the inherited value.

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

    LineCap

    Gets or sets the line cap.

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

    The line cap.

    LineColor

    Gets or sets the color of the line.

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

    The color of the line.

    LinePattern

    Gets or sets the line pattern.

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

    The line pattern.

    LineWeight

    Gets or sets the line weight.

    Declaration
    public float LineWeight { get; set; }
    Property Value
    Type Description
    System.Single

    The line weight.

    NoLine

    Gets or sets a value indicating whether no line should be drawn.

    Declaration
    public bool NoLine { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if no line; otherwise, false.

    SearchFor

    Gets the search for.

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

    Transparency

    Gets or sets the transparency.

    Declaration
    public float Transparency { get; set; }
    Property Value
    Type Description
    System.Single

    The transparency.

    Methods

    Appliable(Int32)

    Appliables the specified appliable one.

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

    Appliable one.

    ApplyStyle(INode)

    Applies the style.

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

    The node.

    Inherit(IBaseHelper)

    Returns StyleSheet ID to inherit from

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

    The base helper.

    Returns
    Type Description
    System.Int32

    The helper value.

    Implements

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