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