Struct Visual.Property
Definition
- Assembly:
- Tizen.NUI.dll
This specifies visual properties.
public struct Visual.Property
Fields
View SourceBorderlineColor
The borderline color of the visual.
Declaration
public static readonly int BorderlineColor
Field Value
| Type | Description |
|---|---|
| int |
BorderlineOffset
The borderline offset of the visual. Relative position of borderline. (percentage [-1.0f to 1.0f]). If -1.0f, borderline draw inside of visual If 1.0f, borderline draw outside of visual If 0.0f, half draw inside and half draw outside of visual
Declaration
public static readonly int BorderlineOffset
Field Value
| Type | Description |
|---|---|
| int |
BorderlineWidth
The borderline width of the visual.
Declaration
public static readonly int BorderlineWidth
Field Value
| Type | Description |
|---|---|
| int |
CornerRadius
The corner radius of the visual.
Declaration
public static readonly int CornerRadius
Field Value
| Type | Description |
|---|---|
| int |
CornerRadiusPolicy
The corner radius policy of the visual. Whether the corner radius value is relative (percentage [0.0f to 1.0f] of the visual size) or absolute (in world units).
Declaration
public static readonly int CornerRadiusPolicy
Field Value
| Type | Description |
|---|---|
| int |
CornerSquareness
The corner squareness of the visual. Internally clamped between [0.0f to 1.0f]
Declaration
public static readonly int CornerSquareness
Field Value
| Type | Description |
|---|---|
| int |
MixColor
MixColor.
Declaration
public static readonly int MixColor
Field Value
| Type | Description |
|---|---|
| int |
Opacity
Opacity.
Declaration
public static readonly int Opacity
Field Value
| Type | Description |
|---|---|
| int |
PremultipliedAlpha
PremultipliedAlpha.
Declaration
public static readonly int PremultipliedAlpha
Field Value
| Type | Description |
|---|---|
| int |
Shader
Shader.
Declaration
public static readonly int Shader
Field Value
| Type | Description |
|---|---|
| int |
Transform
Transform.
Declaration
public static readonly int Transform
Field Value
| Type | Description |
|---|---|
| int |
Type
Type.
Declaration
public static readonly int Type
Field Value
| Type | Description |
|---|---|
| int |
VisualFittingMode
The fitting mode of the visual.
Declaration
public static readonly int VisualFittingMode
Field Value
| Type | Description |
|---|---|
| int |