Interface IBorderComponent
Allows drawing a border around the entity.
Inherited Members
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 SourceBorder
Gets or sets a border that will (optionally) surround the entity.
Declaration
IBorderStyle Border { get; set; }
Property Value
Type | Description |
---|---|
IBorderStyle | The border. |