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