UILayerUpdateContext
Class
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)
The viewport.
Properties
Gets or sets the should show selection markers.
C#
public bool ShouldShowSelectionMarkers { get; set; }
The should show selection markers.
Viewport
Rect
Gets the viewport.
C#
public Rect Viewport { get; }
The viewport.