Show / Hide Table of Contents

    Interface IBorderComponent

    Allows drawing a border around the entity.

    Inherited Members
    IComponent.Name
    IComponent.Entity
    IComponent.RegistrationType
    IComponent.Init(IEntity, Type)
    IComponent.AfterInit()
    System.IDisposable.Dispose()
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    Namespace: AGS.API
    Assembly: AGS.API.dll
    Syntax
    public interface IBorderComponent : IComponent, IDisposable, INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    Border

    Gets or sets a border that will (optionally) surround the entity.

    Declaration
    IBorderStyle Border { get; set; }
    Property Value
    Type Description
    IBorderStyle

    The border.

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