Shape style
Namespace:
OfficeOpenXml.Drawing
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public eShapeStyle Style { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Style As eShapeStyle |
Visual C++ |
---|
public: property eShapeStyle Style { eShapeStyle get (); void set (eShapeStyle value); } |