'Declaration
<System.ComponentModel.CategoryAttribute("Styles")> <System.ComponentModel.DescriptionAttribute("Gets/sets the end arrowhead style")> <System.ComponentModel.TypeConverterAttribute(Nevron.Internal.hWCE)> <System.ComponentModel.DefaultValueAttribute("")> Public Overridable Property EndArrowheadStyle As NArrowheadStyle
'Usage
Dim instance As NStyle Dim value As NArrowheadStyle instance.EndArrowheadStyle = value value = instance.EndArrowheadStyle
[System.ComponentModel.Category("Styles")] [System.ComponentModel.Description("Gets/sets the end arrowhead style")] [System.ComponentModel.TypeConverter(Nevron.Internal.hWCE)] [System.ComponentModel.DefaultValue("")] public virtual NArrowheadStyle EndArrowheadStyle {get; set;}