Show / Hide Table of Contents

    Interface ISelectableIcon

    An icon which has two modes: selected and not selected.

    Inherited Members
    IBorderStyle.RenderBorderBack(AGSBoundingBox)
    IBorderStyle.RenderBorderFront(AGSBoundingBox)
    IBorderStyle.WidthLeft
    IBorderStyle.WidthRight
    IBorderStyle.WidthTop
    IBorderStyle.WidthBottom
    Namespace: AGS.API
    Assembly: AGS.API.dll
    Syntax
    public interface ISelectableIcon : IBorderStyle

    Properties

    | Improve this Doc View Source

    IsSelected

    Gets or sets a value indicating whether this ISelectableIcon is selected.

    Declaration
    bool IsSelected { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if is selected; otherwise, false.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX