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