[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Controls.Design.DefaultSizeAttribute

DefaultSizeAttribute Class

Represents the default size attribute.

Inheritance
DefaultSizeAttribute
Namespace: GrapeCity.ActiveReports.Controls.Design
Assembly: MESCIUS.ActiveReports.dll
Syntax
[AttributeUsage(AttributeTargets.All)]
public class DefaultSizeAttribute : Attribute

Constructors

Name Description
DefaultSizeAttribute(float, float)

Initializes a new instance of the DefaultSizeAttribute class.

Properties

Name Description
Size

Gets or sets the size value.

Extension Methods