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