ClassWidget<T>
Class
Generic widget base with strongly typed appearance characteristics T.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly:Telerik.Windows.Documents.Fixed.dll
Type Parameters:
T
The type of appearance characteristics that define the widget's visual properties.
Syntax:
cs-api-definition
public abstract class Widget<T> : Widget, IFixedDocumentElement, IStructuralElement where T : DynamicAppearanceCharacteristics, new()
Inheritance: objectFixedDocumentElementBaseAnnotationContentAnnotationBaseWidgetWidget<T>
Derived Classes:
Implements:
Inherited Members
Properties
AppearanceCharacteristics
Gets or sets viewer-driven appearance characteristics for this widget type.
Declaration
cs-api-definition
public T AppearanceCharacteristics { get; set; }
Property Value
T