From b21e06c5792e566b0c17fbe797cd9108afbc5c24 Mon Sep 17 00:00:00 2001 From: HO-COOH Date: Fri, 16 Jan 2026 19:30:00 +0800 Subject: [PATCH] Add animatable to CompositionRadialGradientBrush --- .../compositionradialgradientbrush_ellipsecenter.md | 2 +- .../compositionradialgradientbrush_ellipseradius.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/microsoft.ui.composition/compositionradialgradientbrush_ellipsecenter.md b/microsoft.ui.composition/compositionradialgradientbrush_ellipsecenter.md index 07349733..d2030e7e 100644 --- a/microsoft.ui.composition/compositionradialgradientbrush_ellipsecenter.md +++ b/microsoft.ui.composition/compositionradialgradientbrush_ellipsecenter.md @@ -11,7 +11,7 @@ public Vector2 EllipseCenter { get; set; } ## -description -Gets or sets the two-dimensional coordinates of the center of the ellipse that contains the gradient. +Gets or sets the two-dimensional coordinates of the center of the ellipse that contains the gradient. Animatable. ## -property-value diff --git a/microsoft.ui.composition/compositionradialgradientbrush_ellipseradius.md b/microsoft.ui.composition/compositionradialgradientbrush_ellipseradius.md index bdb1caf5..93fce97a 100644 --- a/microsoft.ui.composition/compositionradialgradientbrush_ellipseradius.md +++ b/microsoft.ui.composition/compositionradialgradientbrush_ellipseradius.md @@ -11,7 +11,7 @@ public Vector2 EllipseRadius { get; set; } ## -description -Gets or sets the radii of the ellipse that contains the gradient. +Gets or sets the radii of the ellipse that contains the gradient. Animatable. ## -property-value