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

Represents UI layer update context.

Definition

Namespace:Telerik.Windows.Documents.Fixed.UI.Layers

Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll

Syntax:

C#
public class UILayerUpdateContext

Inheritance: objectUILayerUpdateContext

Constructors

Initializes a new instance of the UILayerUpdateContext class.

C#
public UILayerUpdateContext(Rect viewport)
Parameters:viewportRect

The viewport.

Properties

Gets or sets the should show selection markers.

C#
public bool ShouldShowSelectionMarkers { get; set; }
Property Value:

The should show selection markers.

Gets the viewport.

C#
public Rect Viewport { get; }
Property Value:

The viewport.