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