channelImageWidth (property)

This property contains the width of the image in pixels.

Syntax

@property (nonatomic,readwrite,assign,getter=channelImageWidth,setter=setChannelImageWidth:) NSString* channelImageWidth;
- (NSString*)channelImageWidth;
- (void)setChannelImageWidth:(NSString*)newChannelImageWidth;
public var channelImageWidth: String {
  get {...}
set {...} }

Default Value

""

Remarks

This property contains the width of the image in pixels.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 iOS Edition - Version 20.0 [Build 8307]