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