Method | Description | |
---|---|---|
Convert ( object values, |
Converts the buffer position information to margin information
|
|
ConvertBack ( object value, |
Perform inverse conversion. Currently Not supported
|
|
ProvideValue ( IServiceProvider serviceProvider ) : object |
Method needed for the extension system. Return the current instance.
|
|
SizeToMarginConverter ( ) : System |
Default constructor for this class. Sets all margins to zero.
|
public Convert ( object values, |
||
values | object | Three elements array. The first is the buffer portion, the second is the bar size /// and the third is the file size |
targetType | Unused param | |
parameter | object | Unused Param |
culture | System | Unused Param |
return | object |
public ConvertBack ( object value, |
||
value | object | |
targetType | ||
parameter | object | |
culture | System | |
return | object[] |
public ProvideValue ( IServiceProvider serviceProvider ) : object | ||
serviceProvider | IServiceProvider | |
return | object |