IUIX_IndProgress::Radius Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
+ | {{#customTitle:IUIX_IndProgress::Radius Property}} | ||
+ | {{#parentPage:PXV:IUIX_IndProgress#Properties|Radius|property}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
+ | |||
+ | Property '''Radius''' of interface [[PXV:IUIX_IndProgress|IUIX_IndProgress]] returns/sets Value of LONG ... | ||
+ | |||
+ | == Syntax == | ||
+ | <pre class="brush:cpp;gutter:false">HRESULT get_Radius([out, retval] LONG* nRadius); | ||
+ | HRESULT put_Radius([in] LONG nRadius); | ||
+ | </pre> | ||
+ | |||
+ | == See Also == | ||
+ | [[PXV:IUIX_IndProgress|IUIX_IndProgress]] |
Latest revision as of 00:32, 20 October 2015
Property Radius of interface IUIX_IndProgress returns/sets Value of LONG ...
Syntax
HRESULT get_Radius([out, retval] LONG* nRadius); HRESULT put_Radius([in] LONG nRadius);