'Declaration<BrowsableAttribute(True)> <NotifyParentPropertyAttribute(True)> <EditorBrowsableAttribute(EditorBrowsableState.Always)> <DefaultValueAttribute(System.Drawing.Pen, "")> Public Property Outline As Pen
'UsageDim instance As PathVisualAppearance Dim value As Pen instance.Outline = value value = instance.Outline
[Browsable(true)] [NotifyParentProperty(true)] [EditorBrowsable(EditorBrowsableState.Always)] [DefaultValue(System.Drawing.Pen, "")] public Pen Outline {get; set;}
[Browsable(true)] [NotifyParentProperty(true)] [EditorBrowsable(EditorBrowsableState.Always)] [DefaultValue(System.Drawing.Pen, "")] public: property Pen^ Outline { Pen^ get(); void set ( Pen^ value); }