Class CompoundVertexControl
Inheritance
System.Object
CompoundVertexControl
Assembly: GraphShape.Controls.dll
Syntax
public class CompoundVertexControl : VertexControl, IPoolObject, IDisposable, ICompoundVertexControl
Constructors
|
Improve this Doc
View Source
CompoundVertexControl()
Declaration
public CompoundVertexControl()
Fields
|
Improve this Doc
View Source
CollapsedEvent
Declaration
public static readonly RoutedEvent CollapsedEvent
Field Value
Type |
Description |
RoutedEvent |
|
|
Improve this Doc
View Source
ExpandedEvent
Declaration
public static readonly RoutedEvent ExpandedEvent
Field Value
Type |
Description |
RoutedEvent |
|
|
Improve this Doc
View Source
InnerCanvas
Declaration
protected FrameworkElement InnerCanvas
Field Value
Type |
Description |
FrameworkElement |
|
|
Improve this Doc
View Source
IsExpandedProperty
Is expanded dependency property.
Declaration
public static readonly DependencyProperty IsExpandedProperty
Field Value
Type |
Description |
DependencyProperty |
|
|
Improve this Doc
View Source
LayoutModeProperty
Layout mode dependency property.
Declaration
public static readonly DependencyProperty LayoutModeProperty
Field Value
Type |
Description |
DependencyProperty |
|
|
Improve this Doc
View Source
PartInnerCanvas
Declaration
protected const string PartInnerCanvas = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
VerticesProperty
Vertices dependency property.
Declaration
public static readonly DependencyProperty VerticesProperty
Field Value
Type |
Description |
DependencyProperty |
|
|
Improve this Doc
View Source
VerticesPropertyKey
Declaration
protected static readonly DependencyPropertyKey VerticesPropertyKey
Field Value
Type |
Description |
DependencyPropertyKey |
|
Properties
|
Improve this Doc
View Source
InnerCanvasSize
Declaration
public Size InnerCanvasSize { get; }
Property Value
|
Improve this Doc
View Source
IsExpanded
Indicates if vertex is expanded or not.
Declaration
public bool IsExpanded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
LayoutMode
Declaration
public CompoundVertexInnerLayoutType LayoutMode { get; set; }
Property Value
Type |
Description |
CompoundVertexInnerLayoutType |
|
|
Improve this Doc
View Source
VertexBorderThickness
Declaration
public Thickness VertexBorderThickness { get; }
Property Value
Type |
Description |
Thickness |
|
|
Improve this Doc
View Source
Vertices
Declaration
public ObservableCollection<VertexControl> Vertices { get; protected set; }
Property Value
Methods
|
Improve this Doc
View Source
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
Events
|
Improve this Doc
View Source
Collapsed
Declaration
public event RoutedEventHandler Collapsed
Event Type
Type |
Description |
RoutedEventHandler |
|
|
Improve this Doc
View Source
Expanded
Declaration
public event RoutedEventHandler Expanded
Event Type
Type |
Description |
RoutedEventHandler |
|
Implements
IDisposable
Extension Methods