'Declaration <DescriptionAttribute("The line position, measured in fraction of annotation height, of squiggly annotation.")> <DefaultValueAttribute(0,145)> <CategoryAttribute("Squiggly")> Public Property SquigglyAnnotationLinePosition As Single
[Description("The line position, measured in fraction of annotation height, of squiggly annotation.")] [DefaultValue(0,145)] [Category("Squiggly")] public float SquigglyAnnotationLinePosition { get; set; }
[Description("The line position, measured in fraction of annotation height, of squiggly annotation.")] [DefaultValue(0,145)] [Category("Squiggly")] public: __property float get_SquigglyAnnotationLinePosition(); public: __property void set_SquigglyAnnotationLinePosition(
float value
);
[Description("The line position, measured in fraction of annotation height, of squiggly annotation.")] [DefaultValue(0,145)] [Category("Squiggly")] public:
property float SquigglyAnnotationLinePosition { float get(); void set(float value); }