WhiteReadonlyMemberState Class Reference
| Inherits from | WhiteObject |
|---|---|
| Declared in | WhiteMemberState.h |
currentApplianceName
The name of the whiteboard tool currently in use.
@property (nonatomic, copy, readonly) WhiteApplianceNameKey currentApplianceNameDeclared In
WhiteMemberState.h
strokeColor
The stroke color in RGB format, for example, 0, 0, 255 (blue).
@property (nonatomic, copy, readonly) NSArray<NSNumber*> *strokeColorDeclared In
WhiteMemberState.h
strokeWidth
The stroke width.
@property (nonatomic, strong, readonly) NSNumber *strokeWidthDeclared In
WhiteMemberState.h
textSize
The font size of the text.
@property (nonatomic, strong, readonly) NSNumber *textSizeDeclared In
WhiteMemberState.h
textColor
Text color in RGB format, for example, (0, 0, 255) represents blue.
@property (nonatomic, copy, readwrite, nullable) NSArray<NSNumber*> *textColorDeclared In
WhiteMemberState.h
pencilEraserSize
Size of the eraser for local erasing. The value range is [1,3], where a larger value represents a larger size.
@property (nonatomic, strong, readwrite, nullable) NSNumber *pencilEraserSizeDeclared In
WhiteMemberState.h