SecureBlackbox 2020 iOS Edition

Questions / Feedback?

sigAutoPos (property)

Use the default widget position on a page.

Syntax

@property (nonatomic,readwrite,assign,getter=sigAutoPos,setter=setSigAutoPos:) BOOL sigAutoPos;
- (BOOL)sigAutoPos;
- (void)setSigAutoPos:(BOOL)newSigAutoPos;
public var sigAutoPos: Bool {
  get {...}
set {...} }

Default Value

TRUE

Remarks

Use the default widget position on a page.

The default position is aligned with the top right corner of the page. Switch this property off and use SigOffsetX and SigOffsetY to put the widget elsewhere on the page.

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