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