'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("The ending style of the end point line.")> <DefaultValueAttribute(None)> Public Property EndPointLineEndingStyle As PdfAnnotationLineEndingStyle
[Category("Appearance")] [Description("The ending style of the end point line.")] [DefaultValue(None)] public PdfAnnotationLineEndingStyle EndPointLineEndingStyle { get; set; }
[Category("Appearance")] [Description("The ending style of the end point line.")] [DefaultValue(None)] public: __property PdfAnnotationLineEndingStyle get_EndPointLineEndingStyle(); public: __property void set_EndPointLineEndingStyle(
PdfAnnotationLineEndingStyle value
);
[Category("Appearance")] [Description("The ending style of the end point line.")] [DefaultValue(None)] public:
property PdfAnnotationLineEndingStyle EndPointLineEndingStyle { PdfAnnotationLineEndingStyle get(); void set(PdfAnnotationLineEndingStyle value); }