VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools.GraphicObjects Namespace / WpfRectangularGraphicObject Class / Pen Property
Syntax Requirements SeeAlso
In This Topic
    Pen Property (WpfRectangularGraphicObject)
    In This Topic
    Gets or sets a pen that should be used for drawing the object.
    Syntax
    'Declaration
    
    Public Overrides Property Pen As System.Windows.Media.Pen
    
    
    public override System.Windows.Media.Pen Pen { get; set; }
    
    
    public: __property System.Windows.Media.Pen* get_Pen(); override;
    public: __property void set_Pen(
    System.Windows.Media.Pen* value
    ); override;
    public:
    property System.Windows.Media.Pen^ Pen { System.Windows.Media.Pen^ get() override;; void set(System.Windows.Media.Pen^ value) override;; }

    Property Value

    Default value is Pens.Black.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also