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