Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / PrintInfo Class / Centering Property


In This Topic
    Centering Property
    In This Topic
    Gets or sets how the printed page is centered.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property Centering As Centering
    'Usage
     
    Dim instance As PrintInfo
    Dim value As Centering
     
    instance.Centering = value
     
    value = instance.Centering
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public Centering Centering {get; set;}

    Property Value

    A value that specifies how to center the printed page. The default value is None.
    See Also