VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom.UI Namespace / DicomTextAnnotationView Class / BoundingBoxTextHorizontalJustification Property
Syntax Requirements SeeAlso
In This Topic
    BoundingBoxTextHorizontalJustification Property (DicomTextAnnotationView)
    In This Topic
    Gets or sets the horizontal justification of text.
    Syntax
    'Declaration
    
    <CategoryAttribute("Dicom")>
    <DescriptionAttribute("The horizontal justification of text.")>
    Public Property BoundingBoxTextHorizontalJustification As Vintasoft.Imaging.Annotation.Dicom.HorizontalAlignment
    
    
    [Category("Dicom")]
    [Description("The horizontal justification of text.")]
    public Vintasoft.Imaging.Annotation.Dicom.HorizontalAlignment BoundingBoxTextHorizontalJustification { get; set; }
    
    
    [Category("Dicom")]
    [Description("The horizontal justification of text.")]
    public: __property Vintasoft.Imaging.Annotation.Dicom.HorizontalAlignment get_BoundingBoxTextHorizontalJustification();
    public: __property void set_BoundingBoxTextHorizontalJustification(
    Vintasoft.Imaging.Annotation.Dicom.HorizontalAlignment value
    );
    [Category("Dicom")]
    [Description("The horizontal justification of text.")]
    public:
    property Vintasoft.Imaging.Annotation.Dicom.HorizontalAlignment BoundingBoxTextHorizontalJustification { Vintasoft.Imaging.Annotation.Dicom.HorizontalAlignment get(); void set(Vintasoft.Imaging.Annotation.Dicom.HorizontalAlignment value); }
    Requirements

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

    See Also