logo
On this page

ZegoLayerBorderConfig

ZegoLayerBorderConfig

Layer border configuration.

Details

Customize the size, color, etc. of the layer border.

Declared in ZegoExpressDefines.h

Properties

width

width
nonatomic, assign unsigned int width

Border size, default value 4, the maximum value is 100.

color

color
nonatomic, assign int color

Background color, the format is 0xRRGGBB, default is green, which is 0x00FF00

Previous

zegolabelinfo

Next

zegologconfig

On this page

Back to top