AutomationPeerAnnotation.Type Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the type of the annotation.
public:
property AnnotationType Type { AnnotationType get(); void set(AnnotationType value); };
AnnotationType Type();
void Type(AnnotationType value);
public AnnotationType Type { get; set; }
var annotationType = automationPeerAnnotation.type;
automationPeerAnnotation.type = annotationType;
Public Property Type As AnnotationType
Property Value
The type of the annotation.