PlaneProjection.GlobalOffsetYProperty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies the GlobalOffsetY dependency property.
public:
static property DependencyProperty ^ GlobalOffsetYProperty { DependencyProperty ^ get(); };
/// [get: Windows.UI.Xaml.Media.Animation.ConditionallyIndependentlyAnimatable]
static DependencyProperty GlobalOffsetYProperty();
/// [get: Windows.UI.Xaml.Media.Animation.ConditionallyIndependentlyAnimatable]
/// [Windows.UI.Xaml.Media.Animation.ConditionallyIndependentlyAnimatable]
static DependencyProperty GlobalOffsetYProperty();
public static DependencyProperty GlobalOffsetYProperty { [Windows.UI.Xaml.Media.Animation.ConditionallyIndependentlyAnimatable] get; }
[Windows.UI.Xaml.Media.Animation.ConditionallyIndependentlyAnimatable]
public static DependencyProperty GlobalOffsetYProperty { [Windows.UI.Xaml.Media.Animation.ConditionallyIndependentlyAnimatable] get; }
var dependencyProperty = PlaneProjection.globalOffsetYProperty;
Public Shared ReadOnly Property GlobalOffsetYProperty As DependencyProperty
Property Value
The identifier for the GlobalOffsetY dependency property.
- Attributes