Class RenderProperty
Render property attribute.
Inheritance
RenderProperty
Inherited Members
Namespace: Evergine.Common.Attributes
Assembly: Evergine.Common.dll
Syntax
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public class RenderProperty : Attribute
Constructors
RenderProperty()
Initializes a new instance of the RenderProperty class.
Declaration
public RenderProperty()
RenderProperty(Type)
Initializes a new instance of the RenderProperty class.
Declaration
public RenderProperty(Type converterType)
Parameters
Type | Name | Description |
---|---|---|
Type | converterType | the converter type. |
Fields
AttachToTag
The attach to tag.
Declaration
public int AttachToTag
Field Value
Type | Description |
---|---|
int |
AttachToValue
The attach to object.
Declaration
public object AttachToValue
Field Value
Type | Description |
---|---|
object |
ConverterType
Converter instance.
Declaration
public Type ConverterType
Field Value
Type | Description |
---|---|
Type |
CustomPropertyName
Custom property name.
Declaration
public string CustomPropertyName
Field Value
Type | Description |
---|---|
string |
DefaultValue
The default value. Optional.
Declaration
public object DefaultValue
Field Value
Type | Description |
---|---|
object |
Mask
The mask.
Declaration
public int Mask
Field Value
Type | Description |
---|---|
int |
RenderPosition
The render position.
Declaration
public RenderPosition RenderPosition
Field Value
Type | Description |
---|---|
RenderPosition |
ShowConditionFunction
The property is shown if the contition is true.
Declaration
public string ShowConditionFunction
Field Value
Type | Description |
---|---|
string |
Tag
The tag.
Declaration
public int Tag
Field Value
Type | Description |
---|---|
int |
Tooltip
Information about the property when pointer is over of it.
Declaration
public string Tooltip
Field Value
Type | Description |
---|---|
string |