Gets or sets the size of the item.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
C# Copy Code |
---|
public virtual Nullable<Dimension> Size { get; set; } |
Visual Basic Copy Code |
---|
Public Overridable Property Size As Nullable(Of Dimension) |
A Dimension object or null (Nothing in Visual Basic) to indicate the default item size.