Class DxfSizeAttribute

DxfSizeAttribute class

class attribute for dxf size

[AttributeUsage(AttributeTargets.Property)]
public class DxfSizeAttribute : DxfPropertyAttribute

Constructors

NameDescription
DxfSizeAttribute(CadEntityAttribute, CadEntityAttribute, CadParameterType, string)Initializes a new instance of the DxfSizeAttribute class.

Properties

NameDescription
HasDefaultValue { get; set; }Gets a value indicating whether this instance has a default value.
Height { get; set; }Gets or sets height.
ParameterType { get; set; }Gets or sets the parameter type.
PropertyInfo { get; set; }Gets or sets the property info.
SubClassName { get; set; }Gets or sets the subclass name.
Width { get; set; }Gets or sets width.

See Also