Gets or sets how the image brush will size itself.
Namespace:
Dundas.BI.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic ImageBrushSize Size { get; set; }Public Property Size As ImageBrushSize
Get
Set
public:
property ImageBrushSize Size {
ImageBrushSize get ();
void set (ImageBrushSize value);
}member Size : ImageBrushSize with get, set
Property Value
Type:
ImageBrushSize
The size information.
See Also