IUIX_Progress::Size Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 2: Line 2:
 
{{#customTitle:IUIX_Progress::Size Property}}
 
{{#customTitle:IUIX_Progress::Size Property}}
 
{{#parentPage:PXV:IUIX_Progress|Size Property|property}}
 
{{#parentPage:PXV:IUIX_Progress|Size Property|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Size''' of interface [[PXV:IUIX_Progress|IUIX_Progress]] returns/sets  Value of double ...
+
Gets/sets progress ''size'' value.
 +
 
 +
'''Size''' property defines the edge value, where progress indicator reaches 100% completeness. Use [[PXV:IUIX_Progress_Pos|Pos]] property for setting progress indicator at particular position.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 08:54, 13 May 2015


Gets/sets progress size value.

Size property defines the edge value, where progress indicator reaches 100% completeness. Use Pos property for setting progress indicator at particular position.

Syntax

HRESULT get_Size([out, retval]  double*  pSize);
HRESULT put_Size([in]  double  pSize);

See Also

See also IUIX_Progress.