API Reference
Class
VisioContainerOptions
Options used when creating an OfficeIMO-authored Visio container shape.
Inheritance
- Object
- VisioContainerOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method VisioFluentPage.Container
- Method VisioPage.AddContainer
- Method VisioPage.AddContainer
Constructors
public VisioContainerOptions() #Inherited Methods
Properties
public Double Margin { get; set; } #Outer margin around member shapes, in page units.
public Double HeadingHeight { get; set; } #Additional space reserved for the container heading, in page units.
public Boolean AutoResize { get; set; } #Whether Visio may resize the container around members.
public Boolean Locked { get; set; } #Whether the container is locked.
public OfficeColor FillColor { get; set; } #Fill color used for the generated container background.
public OfficeColor LineColor { get; set; } #Border color used for the generated container background.
public Double LineWeight { get; set; } #Border weight in inches.