Class UriAction
Represents Uri action.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.Model.Actions
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class UriAction : Action
Constructors
UriAction()
UriAction(Uri)
Initializes a new instance of the UriAction class.
Declaration
public UriAction(Uri uri)
Parameters
System.Uri
uri
The URI. |
Properties
IncludeMouseCoordinates
Gets or sets the value that indicates if the mouse coordinates should be included in the Uri.
Declaration
public bool? IncludeMouseCoordinates { get; set; }
Property Value
System.Nullable<System.Boolean>
If the mouse coordinates should be tracked. |
Uri
Gets or sets the URI for the action.
Declaration
public Uri Uri { get; set; }
Property Value
System.Uri
The URI. |