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