GemBox.Presentation
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    ShapeFormat Class

    Namespace:
    GemBox.Presentation
    Assembly:
    GemBox.Presentation.dll

    Represents a group of formatting options, such as fill, outline, effects, etc. that can be applied to various objects, such as shapes, text characters, tables, etc.

    • C#
    • VB.NET
    public sealed class ShapeFormat
    Public NotInheritable Class ShapeFormat
    Inheritance:
    System.Object
    ShapeFormat

    Properties

    Fill

    Gets or sets the fill.

    Fill types Gradient, Pattern, Picture and SlideBackground are currently not supported in PDF, XPS, and image formats.

    • C#
    • VB.NET
    public FillFormat Fill { get; set; }
    Public Property Fill As FillFormat
    Property Value
    FillFormat

    The fill.

    Outline

    Gets or sets the outline.

    • C#
    • VB.NET
    public LineFormat Outline { get; set; }
    Public Property Outline As LineFormat
    Property Value
    LineFormat

    The outline.

    Examples

    Shape Formatting Example
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.