Search Results for

    Show / Hide Table of Contents

    Interface IW2DSymbol

    Represents a DWF-based W2D symbol

    Inherited Members
    ISymbol.Type
    ISymbol.Unit
    ISymbol.SizeContext
    ISymbol.SizeX
    ISymbol.SizeY
    ISymbol.Rotation
    ISymbol.MaintainAspect
    ISymbol.InsertionPointX
    ISymbol.InsertionPointY
    ICloneableLayerElement<IW2DSymbol>.Clone()
    Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IW2DSymbol : ISymbol, ICloneableLayerElement<IW2DSymbol>

    Properties

    | Improve this Doc View Source

    FillColor

    Gets or sets the fill color

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

    LineColor

    Gets or sets the line color

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

    TextColor

    Gets or sets the text color

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

    W2DSymbol

    Gets or sets the reference to the symbol

    Declaration
    ISymbolReference W2DSymbol { get; set; }
    Property Value
    Type Description
    ISymbolReference

    Extension Methods

    ExtensionMethods.SetFillColor(IW2DSymbol, Color)
    ExtensionMethods.SetLineColor(IW2DSymbol, Color)
    ExtensionMethods.SetTextColor(IW2DSymbol, Color)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng