Click or drag to resize

InitialExpressionAttribute Class

The expression used to initialize a custom property OnInitailize.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Demo3D.NativeInitialExpressionAttribute

Namespace:  Demo3D.Native
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public class InitialExpressionAttribute : Attribute

The InitialExpressionAttribute type exposes the following members.

Constructors
  NameDescription
Public methodInitialExpressionAttribute
Initialization expression.
Top
Properties
  NameDescription
Public propertyInitialExpression
Initialization expression.
Top
See Also