Class UILayerUpdateContext
Represents UI layer update context.
Inheritance
System.Object
UILayerUpdateContext
Namespace: Telerik.Windows.Documents.Fixed.UI.Layers
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
public class UILayerUpdateContext : Object
Constructors
UILayerUpdateContext(Rect)
Initializes a new instance of the UILayerUpdateContext class.
Declaration
public UILayerUpdateContext(Rect viewport)
Parameters
System.Windows.Rect
viewport
The viewport. |
Properties
ShouldShowSelectionMarkers
Gets or sets the should show selection markers.
Declaration
public bool ShouldShowSelectionMarkers { get; set; }
Property Value
System.Boolean
The should show selection markers. |
Viewport
Gets the viewport.
Declaration
public Rect Viewport { get; }
Property Value
System.Windows.Rect
The viewport. |