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