Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 3
This specifies visual properties.
Fields
View Source
BorderlineColor
The borderline color of the visual.
Declaration
public static readonly int BorderlineColor
Field Value
View Source
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
View Source
BorderlineWidth
The borderline width of the visual.
Declaration
public static readonly int BorderlineWidth
Field Value
View Source
CornerRadius
The corner radius of the visual.
Declaration
public static readonly int CornerRadius
Field Value
View Source
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
Declaration
public static readonly int MixColor
Field Value
API Level: 3
Declaration
public static readonly int Opacity
Field Value
API Level: 3
Declaration
public static readonly int PremultipliedAlpha
Field Value
API Level: 3
Declaration
public static readonly int Shader
Field Value
API Level: 3
Declaration
public static readonly int Transform
Field Value
API Level: 3
Declaration
public static readonly int Type
Field Value
API Level: 3
View Source
VisualFittingMode
The fitting mode of the visual.
Declaration
public static readonly int VisualFittingMode
Field Value
API Level: 5
Extension Methods