/// Callback when CornerRadius property changed.
/// </summary>
[EditorBrowsable(EditorBrowsableState.Never)]
- protected override void ApplyCornerRadius()
+ internal override void ApplyCornerRadius()
{
base.ApplyCornerRadius();
/// Callback when Borderline property changed.
/// </summary>
[EditorBrowsable(EditorBrowsableState.Never)]
- protected override void ApplyBorderline()
+ internal override void ApplyBorderline()
{
base.ApplyBorderline();
}
[EditorBrowsable(EditorBrowsableState.Never)]
- protected override void ApplyCornerRadius()
+ internal override void ApplyCornerRadius()
{
base.ApplyCornerRadius();
}
[EditorBrowsable(EditorBrowsableState.Never)]
- protected override void ApplyBorderline()
+ internal override void ApplyBorderline()
{
base.ApplyBorderline();
}
[EditorBrowsable(EditorBrowsableState.Never)]
- protected virtual void ApplyCornerRadius()
+ internal virtual void ApplyCornerRadius()
{
if (backgroundExtraData == null) return;
}
[EditorBrowsable(EditorBrowsableState.Never)]
- protected virtual void ApplyBorderline()
+ internal virtual void ApplyBorderline()
{
if (backgroundExtraData == null) return;
if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
return ret;
}
+
[EditorBrowsable(EditorBrowsableState.Never)]
- protected override void ApplyCornerRadius()
+ internal override void ApplyCornerRadius()
{
base.ApplyCornerRadius();