'Declaration <DescriptionAttribute("The scale factor of caret annotation at Y axis.")> <DefaultValueAttribute(0,6)> <CategoryAttribute("Appearance")> Public Property CaretScaleY As Single
[Description("The scale factor of caret annotation at Y axis.")] [DefaultValue(0,6)] [Category("Appearance")] public float CaretScaleY { get; set; }
[Description("The scale factor of caret annotation at Y axis.")] [DefaultValue(0,6)] [Category("Appearance")] public: __property float get_CaretScaleY(); public: __property void set_CaretScaleY(
float value
);
[Description("The scale factor of caret annotation at Y axis.")] [DefaultValue(0,6)] [Category("Appearance")] public:
property float CaretScaleY { float get(); void set(float value); }