WhiteMemberState Class Reference

Inherits from WhiteReadonlyMemberState : WhiteObject
Declared in WhiteMemberState.h

Overview

Settings of the whiteboard tool in use.

  currentApplianceName

The name of the whiteboard tool currently in use.

@property (nonatomic, copy, readwrite) WhiteApplianceNameKey currentApplianceName

Declared In

WhiteMemberState.h

  strokeColor

The stroke color in RGB format, for example, 0, 0, 255 (blue).

@property (nonatomic, copy, readwrite) NSArray<NSNumber*> *strokeColor

Declared In

WhiteMemberState.h

  strokeWidth

The stroke width.

@property (nonatomic, strong, readwrite) NSNumber *strokeWidth

Declared In

WhiteMemberState.h

  textSize

The font size of the text.

@property (nonatomic, strong, readwrite) NSNumber *textSize

Declared In

WhiteMemberState.h