'Declaration <DescriptionAttribute("The "wave" height, measured in fraction of annotation height, of squiggly annotation.")> <DefaultValueAttribute(0,125)> <CategoryAttribute("Squiggly")> Public Property SquigglyAnnotationWaveHeight As Single
[Description("The "wave" height, measured in fraction of annotation height, of squiggly annotation.")] [DefaultValue(0,125)] [Category("Squiggly")] public float SquigglyAnnotationWaveHeight { get; set; }
[Description("The "wave" height, measured in fraction of annotation height, of squiggly annotation.")] [DefaultValue(0,125)] [Category("Squiggly")] public: __property float get_SquigglyAnnotationWaveHeight(); public: __property void set_SquigglyAnnotationWaveHeight(
float value
);
[Description("The "wave" height, measured in fraction of annotation height, of squiggly annotation.")] [DefaultValue(0,125)] [Category("Squiggly")] public:
property float SquigglyAnnotationWaveHeight { float get(); void set(float value); }