IUIX_Progress::Size Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Progress::Size Property}} | {{#customTitle:IUIX_Progress::Size Property}} | ||
− | {{#parentPage:PXV:IUIX_Progress|Size | + | {{#parentPage:PXV:IUIX_Progress#Properties|Size|property}} |
{{ToReview}} | {{ToReview}} | ||
Gets/sets progress ''size'' value. | Gets/sets progress ''size'' value. | ||
− | '''Size''' property defines the edge value, where progress indicator reaches 100% | + | '''Size''' property defines the edge value, where progress indicator reaches 100% of task completion. |
+ | |||
+ | Use [[PXV:IUIX_Progress_Pos|Pos]] property for setting progress indicator at particular position. | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Size([out, retval] double* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Size([out, retval] double* nSize); |
− | HRESULT put_Size([in] double | + | HRESULT put_Size([in] double nSize); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_Progress|IUIX_Progress]] |
Latest revision as of 03:34, 15 June 2015
Gets/sets progress size value.
Size property defines the edge value, where progress indicator reaches 100% of task completion.
Use Pos property for setting progress indicator at particular position.
Syntax
HRESULT get_Size([out, retval] double* nSize); HRESULT put_Size([in] double nSize);