New to Telerik UI for WPFStart a free 30-day trial

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)
Parameters:objDependencyObject

The object.

Returns:

bool

Gets the item visibility.

C#
public static ItemVisibility GetItemVisibility(DependencyObject obj)
Parameters:objDependencyObject

The object.

Returns:

ItemVisibility

Sets a value indicating whether the virtualization is enabled.

C#
public static void SetIsVirtualizing(DependencyObject obj, bool value)
Parameters:objDependencyObject

The object.

valuebool

If set to true virtualization is enabled.

Sets the item visibility.

C#
public static void SetItemVisibility(DependencyObject obj, ItemVisibility value)
Parameters:objDependencyObject

The object.

valueItemVisibility

If set to true virtualization is enabled.