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 UILayer
Declaration
public UILayerUpdateContext(Rect viewport)
Parameters
System. The viewport. |
Properties
ShouldShowSelectionMarkers
Gets or sets the should show selection markers.
Declaration
public bool ShouldShowSelectionMarkers { get; set; }
Property Value
System. The should show selection markers. |
Viewport
Gets the viewport.
Declaration
public Rect Viewport { get; }
Property Value
System. The viewport. |