Class DiagramPropertyName
Properties names.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public static class DiagramPropertyName
Fields
Bounds
Bounds property.
Declaration
public const string Bounds = "Bounds"
Field Value
System.String
|
ConnectionType
ConnectionType property.
Declaration
public const string ConnectionType = "ConnectionType"
Field Value
System.String
|
EndPoint
EndPoint property.
Declaration
public const string EndPoint = "EndPoint"
Field Value
System.String
|
Group
Group.
Declaration
public const string Group = "Group"
Field Value
System.String
|
GroupName
GroupName.
Declaration
public const string GroupName = "GroupName"
Field Value
System.String
|
IsCollapsed
Identifies the ContainerShape's IsCollapsed property.
Declaration
public const string IsCollapsed = "IsCollapsed"
Field Value
System.String
|
IsInEditMode
IsInEditMode.
Declaration
public const string IsInEditMode = "IsInEditMode"
Field Value
System.String
|
IsSelected
Selected.
Declaration
public const string IsSelected = "IsSelected"
Field Value
System.String
|
IsVisible
Visibility property.
Declaration
public const string IsVisible = "IsVisible"
Field Value
System.String
|
Parent
Parent.
Declaration
public const string Parent = "Parent"
Field Value
System.String
|
Position
Position property.
Declaration
public const string Position = "Position"
Field Value
System.String
|
RotationAngle
RotationAngle.
Declaration
public const string RotationAngle = "RotationAngle"
Field Value
System.String
|
Source
Source property.
Declaration
public const string Source = "Source"
Field Value
System.String
|
StartPoint
StartPoint property.
Declaration
public const string StartPoint = "StartPoint"
Field Value
System.String
|
Target
Target property.
Declaration
public const string Target = "Target"
Field Value
System.String
|
ZIndex
IsInEditMode.
Declaration
public const string ZIndex = "ZIndex"
Field Value
System.String
|