Interface IArcShape
public interface IArcShape : ITextBox, IPrstGeomShape, IShape, IExcelApplication
- Inherited Members
Properties
BeginArrowHeadStyle
Begin Arrow Head Style
ShapeArrowStyleType BeginArrowHeadStyle { get; set; }
Property Value
BeginArrowheadLength
Begin Arrow head Length
ShapeArrowLengthType BeginArrowheadLength { get; set; }
Property Value
BeginArrowheadWidth
Begin Arrow head Width
ShapeArrowWidthType BeginArrowheadWidth { get; set; }
Property Value
Color
line color
Color Color { get; set; }
Property Value
DashStyle
DashStyle
ShapeDashLineStyleType DashStyle { get; set; }
Property Value
EndArrowHeadStyle
End Arrow Head Style
ShapeArrowStyleType EndArrowHeadStyle { get; set; }
Property Value
EndArrowheadLength
End Arrow head Length
ShapeArrowLengthType EndArrowheadLength { get; set; }
Property Value
EndArrowheadWidth
End Arrow head Width
ShapeArrowWidthType EndArrowheadWidth { get; set; }
Property Value
HyLink
IHyperLink HyLink { get; }
Property Value
Line
IShapeLineFormat Line { get; }
Property Value
Rotation
int Rotation { get; set; }
Property Value
Style
Style
ShapeLineStyleType Style { get; set; }
Property Value
Weight
Weight
double Weight { get; set; }