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