ClassUriAction
Class
Open a target URI when activated, typically used for web links or external resources.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Actions
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
cs-api-definition
public class UriAction : Action
Constructors
UriAction()
Create a URI action with default settings.
Declaration
cs-api-definition
public UriAction()
UriAction(Uri)
Create a URI action targeting the provided URI.
Properties
IncludeMouseCoordinates
Gets or sets whether pointer coordinates are appended to the URI when triggered (viewer-dependent).
Declaration
cs-api-definition
public bool? IncludeMouseCoordinates { get; set; }
Property Value
bool?
true if the mouse coordinates should be included; otherwise, false.