'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("A number specifying the horizontal offset of the caption text from its normal positioning.")> <DefaultValueAttribute(0)> Public Property CaptionOffsetHorizontal As Single
[Category("Appearance")] [Description("A number specifying the horizontal offset of the caption text from its normal positioning.")] [DefaultValue(0)] public float CaptionOffsetHorizontal { get; set; }
[Category("Appearance")] [Description("A number specifying the horizontal offset of the caption text from its normal positioning.")] [DefaultValue(0)] public: __property float get_CaptionOffsetHorizontal(); public: __property void set_CaptionOffsetHorizontal(
float value
);
[Category("Appearance")] [Description("A number specifying the horizontal offset of the caption text from its normal positioning.")] [DefaultValue(0)] public:
property float CaptionOffsetHorizontal { float get(); void set(float value); }