Class Widget<T>
Represents widget annotation with DynamicAppearanceCharacteristics.
Inheritance
System.Object
Widget<T>
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.Annotations
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public abstract class Widget<T> : Widget, IFixedDocumentElement, IInstanceIdOwner, IContextClonable<Annotation> where T : DynamicAppearanceCharacteristics, new()
Type Parameters
T
|
Properties
AppearanceCharacteristics
Gets or sets the appearance characteristics used by a PDF viewer to construct the widget appearance dynamically.
Declaration
public T AppearanceCharacteristics { get; set; }
Property Value
T
|