menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IOfficeShapePatternFill - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IOfficeShapePatternFill

    Represents the pattern type for fill formatting.

    Namespace: Syncfusion.Office
    Assembly: Syncfusion.Compression.Base.dll
    Syntax
    public interface IOfficeShapePatternFill

    Properties

    BackColor

    Gets or sets the background color for the pattern.

    Declaration
    Color BackColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    The background color.

    ForeColor

    Gets or sets the foreground color for the pattern.

    Declaration
    Color ForeColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    The foreground color.

    Pattern

    Gets or sets the OfficeShapePatternFillType for the fill format.

    Declaration
    OfficeShapePatternFillType Pattern { get; set; }
    Property Value
    Type Description
    OfficeShapePatternFillType

    The pattern type for the fill.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved