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