'Declaration <ObsoleteAttribute("This property is no longer supported.", False)> <DefaultValueAttribute(Center)> <BrowsableAttribute(False)> <EditorBrowsableAttribute(Never)> Public Property Alignment As AnnotationPenAlignment
[Obsolete("This property is no longer supported.", False)] [DefaultValue(Center)] [Browsable(False)] [EditorBrowsable(Never)] public AnnotationPenAlignment Alignment { get; set; }
[Obsolete("This property is no longer supported.", False)] [DefaultValue(Center)] [Browsable(False)] [EditorBrowsable(Never)] public: __property AnnotationPenAlignment get_Alignment(); public: __property void set_Alignment(
AnnotationPenAlignment value
);
[Obsolete("This property is no longer supported.", False)] [DefaultValue(Center)] [Browsable(False)] [EditorBrowsable(Never)] public:
property AnnotationPenAlignment Alignment { AnnotationPenAlignment get(); void set(AnnotationPenAlignment value); }
Property Value
Значение по умолчанию - AnnotationPenAlignment.Center.