'Declaration <DescriptionAttribute("The horizontal justification of text.")> <CategoryAttribute("Dicom")> Public Property BoundingBoxTextHorizontalJustification As HorizontalAlignment
[Description("The horizontal justification of text.")] [Category("Dicom")] public HorizontalAlignment BoundingBoxTextHorizontalJustification { get; set; }
[Description("The horizontal justification of text.")] [Category("Dicom")] public: __property HorizontalAlignment get_BoundingBoxTextHorizontalJustification(); public: __property void set_BoundingBoxTextHorizontalJustification(
HorizontalAlignment value
);
[Description("The horizontal justification of text.")] [Category("Dicom")] public:
property HorizontalAlignment BoundingBoxTextHorizontalJustification { HorizontalAlignment get(); void set(HorizontalAlignment value); }