Table of Contents

Class GeometryNodeDataBase

Namespace
H.Controls.Diagram.Presenter.NodeDatas
Assembly
H.Controls.Diagram.Presenter.dll
public abstract class GeometryNodeDataBase : FlowableNodeData, INotifyPropertyChanged, IDisplayBindable, IIconable, INameable, IOrderable, IGroupable, IDable, IDescriptionable, ICloneable, ITemplate, IPortDataCreator, IPortableNodeData, ILinkDataCreator, ITextNodeData, ITextable, IFlowableNodeData, IFlowablePartData, IFlowable, IDisposable, IMessageable, IStopwatchable, IGeometryNodeData, INodeData, IPartData, IData
Inheritance
GeometryNodeDataBase
Implements
Derived
Inherited Members
Extension Methods

Constructors

GeometryNodeDataBase()

public GeometryNodeDataBase()

Properties

Data

[TypeConverter(typeof(GeometryConverter))]
[ValueSerializer(typeof(GeometryValueSerializer))]
public Geometry Data { get; set; }

Property Value

Geometry

Stretch

[Browsable(false)]
public Stretch Stretch { get; set; }

Property Value

Stretch

Methods

GetGeometry()

protected abstract Geometry GetGeometry()

Returns

Geometry