[CanBeNullAttribute]
ILegendModel Legend { get; set; }
<CanBeNullAttribute>
Property Legend As ILegendModel
Get
Set
[CanBeNullAttribute]
property ILegendModel^ Legend {
ILegendModel^ get ();
void set (ILegendModel^ value);
}
[<CanBeNullAttribute>]
abstract Legend : ILegendModel with get, set