Class UriAction
Open a target URI when activated, typically used for web links or external resources.
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Actions
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class UriAction : Action
Constructors
UriAction()
Create a URI action with default settings.
Declaration
public UriAction()
UriAction(Uri)
Create a URI action targeting the provided URI.
Declaration
public UriAction(Uri uri)
Parameters
|
System.Uri
uri
The URI. |
Properties
IncludeMouseCoordinates
Gets or sets whether pointer coordinates are appended to the URI when triggered (viewer-dependent).
Declaration
public bool? IncludeMouseCoordinates { get; set; }
Property Value
|
System.Nullable<System.Boolean>
true if the mouse coordinates should be included; otherwise, false. |
Uri
Gets or sets the target address to open when the action runs; accepts absolute or relative URIs.
Declaration
public Uri Uri { get; set; }
Property Value
|
System.Uri
The URI object representing the web address, file path, or other resource location. |