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