defaultVisual = new ImageVisual()
{
URL = Resources.GetImagePath() + "default_gradient.png",
+ CornerRadius = new Vector4(12, 12, 12, 12),
};
}
EndPosition = new Vector2(0.0f, 1.0f),
StopColor = stopColor,
SpreadMethod = GradientVisualSpreadMethodType.Pad,
+ CornerRadius = new Vector4(12, 12, 12, 12),
};
}
defaultVisual = new ImageVisual()
{
URL = Resources.GetImagePath() + "default_gradient.png",
+ CornerRadius = new Vector4(12, 12, 12, 12),
};
}
EndPosition = new Vector2(0.0f, 1.0f),
StopColor = stopColor,
SpreadMethod = GradientVisualSpreadMethodType.Pad,
+ CornerRadius = new Vector4(12, 12, 12, 12),
};
}