MindFusion.Mapping Programmer's Guide

DecorationImage.PivotY Property

See Also
 






Gets or sets vertical offset within the image that should be aligned to the decoration latitude.

Namespace: MindFusion.Mapping.Wpf
Assembly: MindFusion.Mapping.Wpf

 Syntax

C#  Copy Code

public int PivotY { get; set; }

Visual Basic  Copy Code

Public Property PivotY As Integer

 Property Value

An integer value specifying vertical offset.

 See Also