DiagramSurface
Class
Represents the diagram surface.
Definition
Namespace:Telerik.Windows.Controls.Diagrams
Assembly:Telerik.Windows.Controls.Diagrams.dll
Syntax:
C#
public class DiagramSurface : Canvas
Inheritance: objectDiagramSurface
Constructors
C#
public DiagramSurface()
Fields
IsVirtualizingProperty
DependencyProperty
Identifies the IsVirtualizationEnabled attached property.
C#
public static readonly DependencyProperty IsVirtualizingProperty
ItemVisibilityProperty
DependencyProperty
Identifies the ItemVisibility attached property.
C#
public static readonly DependencyProperty ItemVisibilityProperty
Methods
Gets a value indicating whether the virtualization is enabled.
C#
public static bool GetIsVirtualizing(DependencyObject obj)
The object.
Returns:Gets the item visibility.
C#
public static ItemVisibility GetItemVisibility(DependencyObject obj)
The object.
Returns:Sets a value indicating whether the virtualization is enabled.
C#
public static void SetIsVirtualizing(DependencyObject obj, bool value)
The object.
valueboolIf set to true virtualization is enabled.
Sets the item visibility.
C#
public static void SetItemVisibility(DependencyObject obj, ItemVisibility value)
The object.
valueItemVisibilityIf set to true virtualization is enabled.