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 abstract Size GetGap( Point center ) |
Visual Basic (Declaration) |
---|
Protected MustOverride Function GetGap ( _ center As Point _ ) As Size |
Visual C++ |
---|
protected: virtual Size GetGap( Point center ) abstract |
Parameters
- center
- Type: System.Windows..::.Point