Gets the gap between pages.
Namespace:
PerpetuumSoft.Reporting.Silverlight.ClientAssembly: PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
| C# |
|---|
protected override Size GetGap( Point center ) |
| Visual Basic (Declaration) |
|---|
Protected Overrides Function GetGap ( _ center As Point _ ) As Size |
| Visual C++ |
|---|
protected: virtual Size GetGap( Point center ) override |
Parameters
- center
- Type: System.Windows..::.Point