menu

WinForms

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

    Show / Hide Table of Contents

    Class FilledPathWrapper

    Inheritance
    System.Object
    NodeWrapper
    FilledPathWrapper
    Inherited Members
    NodeWrapper.ActivateStyle
    NodeWrapper.AllowLabelDrag
    NodeWrapper.BackgroundColor
    NodeWrapper.BackgroundStyle
    NodeWrapper.BezierCurvePoints
    NodeWrapper.BitMapImage
    NodeWrapper.BitMapnode
    NodeWrapper.BoundingRect
    NodeWrapper.BoundsInfo
    NodeWrapper.CanUnGroup
    NodeWrapper.CentralPort
    NodeWrapper.ClosedCurveNodePoints
    NodeWrapper.CurveNodePoints
    NodeWrapper.CurveRadius
    NodeWrapper.CurveRadiusConnector
    NodeWrapper.CurveRadiusMode
    NodeWrapper.DeserializedLabel
    NodeWrapper.Deserializedlayer
    NodeWrapper.DeserializedPort
    NodeWrapper.DeserializeNode()
    NodeWrapper.DiagramNodeCollections
    NodeWrapper.DrawPorts
    NodeWrapper.EditStyle
    NodeWrapper.EnableCentralPort
    NodeWrapper.EnableRoundedCorner
    NodeWrapper.ExcludeFromLayout
    NodeWrapper.FilledPathGraph
    NodeWrapper.FilledPathNode
    NodeWrapper.FlipX
    NodeWrapper.FlipY
    NodeWrapper.FontColorStyle
    NodeWrapper.FontStyle
    NodeWrapper.FromNode
    NodeWrapper.GetControlPoints
    NodeWrapper.GroupNodeCollections
    NodeWrapper.GroupZOrder
    NodeWrapper.HCP
    NodeWrapper.HeadDecorator
    NodeWrapper.HeadDecoratorContainer
    NodeWrapper.HeadEndPoint
    NodeWrapper.HeadingHead
    NodeWrapper.HeadingTail
    NodeWrapper.HitTestPadding
    NodeWrapper.HorizontalAlignment
    NodeWrapper.Imagepath
    NodeWrapper.InheritContainerMeasureUnits
    NodeWrapper.IsExpanded
    NodeWrapper.Label
    NodeWrapper.LabelactualWidth
    NodeWrapper.LabelConstraintsChanged
    NodeWrapper.LabelIsActualWidth
    NodeWrapper.LabelMembers
    NodeWrapper.Layers
    NodeWrapper.LayersCollection
    NodeWrapper.layerspresent
    NodeWrapper.LineBridgeSize
    NodeWrapper.LineBridgingEnabled
    NodeWrapper.LinePoints
    NodeWrapper.LineRoutingEnabled
    NodeWrapper.LineStyle
    NodeWrapper.m_fHitTestPadding
    NodeWrapper.MeasureLinePoints
    NodeWrapper.MeasureUnits
    NodeWrapper.MoveConnectorSegements
    NodeWrapper.Name
    NodeWrapper.NodeLayer
    NodeWrapper.NodePathPoint
    NodeWrapper.NodePathType
    NodeWrapper.NodePort
    NodeWrapper.NodeScale
    NodeWrapper.ObstaclesInPath
    NodeWrapper.OrgRotationEnabled
    NodeWrapper.PinOffset
    NodeWrapper.PinPoint
    NodeWrapper.PolygonPoints
    NodeWrapper.PolyLineConnectorPoints
    NodeWrapper.PolyLineNodePoints
    NodeWrapper.PolyLinePinPoint
    NodeWrapper.Ports
    NodeWrapper.PropertyBag
    NodeWrapper.ReadOnly
    NodeWrapper.RefreshRect
    NodeWrapper.RichText
    NodeWrapper.RotationAngle
    NodeWrapper.SemicircleType
    NodeWrapper.SerializeNode(Node)
    NodeWrapper.ShadowStyle
    NodeWrapper.Size
    NodeWrapper.SplineNodePoints
    NodeWrapper.StartAngle
    NodeWrapper.SweepAngle
    NodeWrapper.Tag
    NodeWrapper.TailDecorator
    NodeWrapper.TailDecoratorContainer
    NodeWrapper.TailEndPoint
    NodeWrapper.Text
    NodeWrapper.TextCase
    NodeWrapper.ToNode
    NodeWrapper.ToolTipText
    NodeWrapper.TreatAsObstacle
    NodeWrapper.Type
    NodeWrapper.Unit
    NodeWrapper.UseBitmap
    NodeWrapper.VerticalAlignemnt
    NodeWrapper.VerticalDistance
    NodeWrapper.Visible
    NodeWrapper.ZOrder
    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.Base.dll
    Syntax
    public class FilledPathWrapper : NodeWrapper

    Constructors

    FilledPathWrapper()

    Declaration
    public FilledPathWrapper()

    Properties

    CanChangePath

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

    ControlPoints

    Declaration
    public ArrayList ControlPoints { get; set; }
    Property Value
    Type
    System.Collections.ArrayList

    EnableShading

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

    FillStyle

    Declaration
    public FillStyleWrapper FillStyle { get; set; }
    Property Value
    Type
    FillStyleWrapper

    IsVertexEditable

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

    Labels

    Declaration
    public LabelCollection Labels { get; set; }
    Property Value
    Type
    LabelCollection

    MaxPoints

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

    MinPoints

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

    PathPoints

    Declaration
    public PointF[] PathPoints { get; set; }
    Property Value
    Type
    System.Drawing.PointF[]

    PathTypes

    Declaration
    public byte[] PathTypes { get; set; }
    Property Value
    Type
    System.Byte[]

    Methods

    Deserialize(FilledPath)

    Declaration
    public void Deserialize(FilledPath filledPath)
    Parameters
    Type Name Description
    FilledPath filledPath

    Serialize(FilledPath)

    Declaration
    public void Serialize(FilledPath filledPath)
    Parameters
    Type Name Description
    FilledPath filledPath
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved