| Visual Basic (Declaration) | |
|---|---|
Public Property Outline As ShapeOutline | |
| C# | |
|---|---|
public ShapeOutline Outline {get; set;} | |
Property Value
A ShapeOutline-derived instance describing the outline of the shape, or null for no outline.Note: some shapes, such as comments or groups, cannot have a outline set. For these shapes, the value on this property will be ignored and lost when the workbook is saved.