'Declaration <DescriptionAttribute("The line style of squiggly annotation.")> <DefaultValueAttribute(Wave)> <CategoryAttribute("Squiggly")> Public Property SquigglyAnnotationLineStyle As PdfTextMarkupSquigglyAnnotationLineStyleType
[Description("The line style of squiggly annotation.")] [DefaultValue(Wave)] [Category("Squiggly")] public PdfTextMarkupSquigglyAnnotationLineStyleType SquigglyAnnotationLineStyle { get; set; }
[Description("The line style of squiggly annotation.")] [DefaultValue(Wave)] [Category("Squiggly")] public: __property PdfTextMarkupSquigglyAnnotationLineStyleType get_SquigglyAnnotationLineStyle(); public: __property void set_SquigglyAnnotationLineStyle(
PdfTextMarkupSquigglyAnnotationLineStyleType value
);
[Description("The line style of squiggly annotation.")] [DefaultValue(Wave)] [Category("Squiggly")] public:
property PdfTextMarkupSquigglyAnnotationLineStyleType SquigglyAnnotationLineStyle { PdfTextMarkupSquigglyAnnotationLineStyleType get(); void set(PdfTextMarkupSquigglyAnnotationLineStyleType value); }