VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / AnnotationPen Class / Alignment Property
Syntax Requirements SeeAlso
In This Topic
    Alignment Property (AnnotationPen)
    In This Topic
    Gets or sets the alignment for the pen.
    Syntax
    '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

    Default value is AnnotationPenAlignment.Center.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also