Table of Contents

Class UnitAttribute

Namespace
HeBianGu.Control.PropertyGrid
Assembly
HeBianGu.Control.PropertyGrid.dll
[AttributeUsage(AttributeTargets.Property, Inherited = true, AllowMultiple = false)]
public class UnitAttribute : Attribute
Inheritance
UnitAttribute
Inherited Members
Extension Methods

Constructors

UnitAttribute(string)

public UnitAttribute(string unit)

Parameters

unit string

Properties

Unit

public string Unit { get; }

Property Value

string