API Reference
VisioStencilGalleryOptions
Layout and visual options for rendering a stencil catalog as a browsable Visio page gallery.
Inheritance
- Object
- VisioStencilGalleryOptions
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 VisioStencilGalleryExtensions.AddStencilGallery
- Extension method VisioPage.AddStencilGallery
Constructors
public VisioStencilGalleryOptions() #Inherited Methods
Properties
public String Title { get; set; } #Gets or sets the gallery title. When null, the catalog name is used.
public String IdPrefix { get; set; } #Gets or sets the shape id prefix used for generated gallery elements.
public Int32 MaxShapes { get; set; } #Gets or sets the maximum number of shapes to render.
public Int32 Columns { get; set; } #Gets or sets the number of columns in the gallery grid.
public Double Left { get; set; } #Gets or sets the left page margin in inches.
public Double Top { get; set; } #Gets or sets the top page margin in inches.
public Double ColumnGap { get; set; } #Gets or sets the horizontal gap between gallery cells in inches.
public Double RowGap { get; set; } #Gets or sets the vertical gap between gallery cells in inches.
public Double CellWidth { get; set; } #Gets or sets the width of each gallery cell in inches.
public Double CellHeight { get; set; } #Gets or sets the height of each gallery cell in inches.
public Double IconMaxWidth { get; set; } #Gets or sets the maximum icon width inside a gallery cell in inches.
public Double IconMaxHeight { get; set; } #Gets or sets the maximum icon height inside a gallery cell in inches.
public Boolean AutoResizePage { get; set; } #Gets or sets whether the page should grow to fit the requested gallery grid.
public Boolean ShowCategory { get; set; } #Gets or sets whether category labels should be shown in each gallery cell.
public OfficeColor TitleColor { get; set; } #Gets or sets the title text color.
public OfficeColor CellFillColor { get; set; } #Gets or sets the gallery cell fill color.
public OfficeColor CellBorderColor { get; set; } #Gets or sets the gallery cell border color.