API Reference
Class
VisioShapeStyle
Reusable visual style for Visio shapes.
Inheritance
- Object
- VisioShapeStyle
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property VisioCalloutOptions.ShapeStyle
- Method VisioShapeStyle.Clone
- Property VisioStyleTheme.Container
- Property VisioStyleTheme.Decision
- Property VisioStyleTheme.Emphasis
- Property VisioStyleTheme.Marker
- Property VisioStyleTheme.Primary
- Property VisioStyleTheme.Success
Accepted by parameters
- Method VisioGraphDiagramBuilder.NodeStyle
- Method VisioGraphDiagramBuilder.NodeStyle
- Method VisioFluentShape.Style
- Extension method VisioConnector.ApplyStyle
- Extension method VisioConnectorSelection.ApplyStyle
- Extension method VisioShape.ApplyStyle
- Extension method VisioShapeSelection.ApplyStyle
- Method VisioShapeSelection.Style
- Method VisioStyleExtensions.ApplyStyle
- Method VisioStyleExtensions.ApplyStyle
Constructors
public VisioShapeStyle(OfficeColor fillColor, OfficeColor lineColor, Double lineWeight = 0.0138889, Int32 linePattern = 1, Int32 fillPattern = 1) #Initializes a new shape style.
Parameters
- fillColor OfficeIMO.Drawing.OfficeColor
- Fill color.
- lineColor OfficeIMO.Drawing.OfficeColor
- Line color.
- lineWeight System.Double = 0.0138889
- Line weight in inches.
- linePattern System.Int32 = 1
- Line pattern index.
- fillPattern System.Int32 = 1
- Fill pattern index.