Search Results for

    Show / Hide Table of Contents

    Interface IFill

    Represents a fill

    Inherited Members
    ICloneableLayerElement<IFill>.Clone()
    Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IFill : ICloneableLayerElement<IFill>

    Properties

    | Improve this Doc View Source

    BackgroundColor

    Gets or sets the background color

    Declaration
    string BackgroundColor { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    FillPattern

    Gets or sets the fill pattern

    Declaration
    string FillPattern { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ForegroundColor

    Gets or sets the foreground color

    Declaration
    string ForegroundColor { get; set; }
    Property Value
    Type Description
    System.String

    Extension Methods

    ExtensionMethods.SetBackgroundColor(IFill, Color)
    ExtensionMethods.SetForegroundColor(IFill, Color)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng