channelImageDescription (property)

This property is used to specify text that is included in the title attribute of the image's link formed in HTML rendering.

Syntax

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

Default Value

""

Remarks

This property is used to specify text that is included in the title attribute of the image's link formed in HTML rendering.

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