XuniRenderState Class Reference

Inherits from NSObject
Declared in IRenderEngine.h

Overview

XuniRenderState.

  fill

Gets or sets the fill color.

@property UIColor *fill

Discussion

Gets or sets the fill color.

Declared In

IRenderEngine.h

  stroke

Gets or sets the stroke color.

@property UIColor *stroke

Discussion

Gets or sets the stroke color.

Declared In

IRenderEngine.h

  strokeThickness

Gets or sets the stroke thickness.

@property double strokeThickness

Discussion

Gets or sets the stroke thickness.

Declared In

IRenderEngine.h

  opacity

Gets or sets the opacity.

@property double opacity

Discussion

Gets or sets the opacity.

Declared In

IRenderEngine.h

  borderDashes

Gets or sets the border dashes.

@property NSArray *borderDashes

Discussion

Gets or sets the border dashes.

Declared In

IRenderEngine.h

  font

Gets or sets the font.

@property UIFont *font

Discussion

Gets or sets the font.

Declared In

IRenderEngine.h