menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SerializablePivotChartWatermark - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SerializablePivotChartWatermark

    Represents a class that is used to serialize and deserialize the watermark property of Pivot Chart control.

    Inheritance
    System.Object
    SerializablePivotChartWatermark
    Namespace: Syncfusion.UI.Xaml.PivotChart
    Assembly: Syncfusion.SfPivotChart.UWP.dll
    Syntax
    public class SerializablePivotChartWatermark : Object

    Constructors

    SerializablePivotChartWatermark()

    Declaration
    public SerializablePivotChartWatermark()

    Properties

    BorderThickness

    Gets or sets the watermark border thickness.

    Declaration
    public Thickness BorderThickness { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Thickness

    Content

    Gets or sets the watermark content(text).

    Declaration
    public string Content { get; set; }
    Property Value
    Type
    System.String

    FontSize

    Gets or sets the font size for the watermark.

    Declaration
    public double FontSize { get; set; }
    Property Value
    Type
    System.Double

    Height

    Gets or sets the height of the watermark.

    Declaration
    public double Height { get; set; }
    Property Value
    Type
    System.Double

    HorizontalAlignment

    Gets or sets the horizontal alignment for the watermark.

    Declaration
    public HorizontalAlignment HorizontalAlignment { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.HorizontalAlignment

    HorizontalContentAlignment

    Gets or sets the horizontal alignment of the watermark content.

    Declaration
    public HorizontalAlignment HorizontalContentAlignment { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.HorizontalAlignment

    Margin

    Gets or sets the margin of the watermark.

    Declaration
    public Thickness Margin { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Thickness

    Opacity

    Gets or sets the opacity of the watermark.

    Declaration
    public double Opacity { get; set; }
    Property Value
    Type
    System.Double

    Padding

    Gets or sets the padding thickness of the watermark.

    Declaration
    public Thickness Padding { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Thickness

    RenderTransformOrigin

    Gets or sets the rendered origin point of the watermark.

    Declaration
    public Point RenderTransformOrigin { get; set; }
    Property Value
    Type
    Windows.Foundation.Point

    VerticalAlignment

    Gets or sets the vertical alignment for the watermark.

    Declaration
    public VerticalAlignment VerticalAlignment { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.VerticalAlignment

    VerticalContentAlignment

    Gets or sets the vertical alignment of the watermark content.

    Declaration
    public VerticalAlignment VerticalContentAlignment { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.VerticalAlignment

    Visibility

    Gets or sets the watermark visibility.

    Declaration
    public Visibility Visibility { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Visibility

    Width

    Gets or sets the width of the watermark.

    Declaration
    public double Width { get; set; }
    Property Value
    Type
    System.Double

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved